Skip to content

Commit

Permalink
Add Build and Deploy OCI Image - GHCR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Apr 12, 2024
1 parent 316d159 commit 7a68d06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ name: Build and Deploy OCI Image
on:
push:
tags:
- "v*"
- 'v*'

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

registry_publish_workflow_ghcr:
uses: turbot/steampipe-workflows/.github/workflows/registry-publish-ghcr.yml@main
secrets: inherit
with:
releaseTimeout: 60m

0 comments on commit 7a68d06

Please sign in to comment.