Skip to content

chore: upgrade publish-docker workflow to v1.14.0#67

Open
scotwells wants to merge 2 commits intomainfrom
chore/upgrade-publish-docker-v1.14.0
Open

chore: upgrade publish-docker workflow to v1.14.0#67
scotwells wants to merge 2 commits intomainfrom
chore/upgrade-publish-docker-v1.14.0

Conversation

@scotwells
Copy link
Copy Markdown
Contributor

Summary

  • Upgrades publish-docker.yaml from @v1.13.1 to @v1.14.0

Context

The v1.13.1 workflow tags container images with a v0.0.0- prefix (e.g. v0.0.0-main-20260505-220850) while the kustomize bundle still uses the unprefixed format (main-20260505-220850). The infra repo's ImageUpdateAutomation was using the kustomize bundle tag to update the container image newTag, causing ImagePullBackOff failures because the unprefixed container image tag didn't exist.

This PR is paired with infra repo changes that split the ImagePolicy into two — one for the kustomize bundle OCIRepository tag (main-.*) and one for the container image (v0.0.0-main-.*) — so the correct tag format is used for each.

Test plan

  • CI builds container image with v0.0.0-main-* tag
  • CI builds kustomize bundle with main-* tag
  • Staging deployment rolls out successfully after infra repo changes land

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant