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.
2 parents 74d4a83 + 935843a commit b368a26Copy full SHA for b368a26
1 file changed
.github/workflows/publish.yaml
@@ -23,6 +23,9 @@ jobs:
23
secrets: inherit
24
25
publish-kustomize-bundles:
26
+ # The bundle pins image references to this build, so only publish it once
27
+ # the container image has been built and pushed.
28
+ needs: publish-container-image
29
permissions:
30
id-token: write
31
contents: read
0 commit comments