We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7273bc commit 064cbfcCopy full SHA for 064cbfc
.github/workflows/registry-publish.yml
@@ -9,3 +9,11 @@ jobs:
9
registry_publish_workflow:
10
uses: turbot/steampipe-workflows/.github/workflows/registry-publish.yml@main
11
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
19
0 commit comments