Skip to content

Commit 935843a

Browse files
scotwellsclaude
andcommitted
ci(publish): publish kustomize bundle only after the image build
The publish-kustomize-bundles job pins its image references to the build's tag, but ran in parallel with publish-container-image — so the bundle could be published before (or without) the image it points at. Add a needs dependency so the bundle is only published once the container image has been built and pushed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 74d4a83 commit 935843a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
secrets: inherit
2424

2525
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
2629
permissions:
2730
id-token: write
2831
contents: read

0 commit comments

Comments
 (0)