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 26c2f22 commit f70cb50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ 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 f70cb50

Please sign in to comment.