Skip to content

Commit 08bfa94

Browse files
committed
Add Build and Deploy OCI Image - GHCR workflow
1 parent b4d8f57 commit 08bfa94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/registry-publish.yml

+8
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ jobs:
99
registry_publish_workflow:
1010
uses: turbot/steampipe-workflows/.github/workflows/registry-publish.yml@main
1111
secrets: inherit
12+
with:
13+
releaseTimeout: 60m
14+
15+
registry_publish_workflow_ghcr:
16+
uses: turbot/steampipe-workflows/.github/workflows/registry-publish-ghcr.yml@main
17+
secrets: inherit
18+
with:
19+
releaseTimeout: 60m

0 commit comments

Comments
 (0)