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 1eb9708 + b368a26 commit 7e77bfdCopy full SHA for 7e77bfd
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