Skip to content

Commit

Permalink
Added steampipe workflow to build the steampipe plugin image and publ…
Browse files Browse the repository at this point in the history
…ish it to Google Container Registry
  • Loading branch information
sven-ernw committed Jun 14, 2023
1 parent 2c7c0ae commit ef163aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build and Deploy OCI Image

on:
push:
tags:
- 'v*'

jobs:
registry_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/registry-publish.yml@main
secrets: inherit

0 comments on commit ef163aa

Please sign in to comment.