Skip to content

fix(ci): pin cosign-installer to a tag that exists - #52

Merged
clouddrove-ci merged 1 commit into
masterfrom
fix/cosign-pin
Aug 19, 2026
Merged

fix(ci): pin cosign-installer to a tag that exists#52
clouddrove-ci merged 1 commit into
masterfrom
fix/cosign-pin

Conversation

@clouddrove-ci

Copy link
Copy Markdown
Member

The v0.2.2 chart publish failed with Unable to resolve action sigstore/cosign-installer@v4.

My regression, from the action bump in #49. I moved every action to its current major based on the latest release tag, but sigstore/cosign-installer publishes v4 only as exact releases — its newest moving major tag is still v3, so @v4 resolves to nothing. Every other action I bumped does publish a floating major, which is why only this one broke.

Pinned to v4.1.2, the current release. This one needs deliberate bumps because upstream offers no moving tag to follow.

The binary release for v0.2.2 succeeded: 7 assets and the GHCR image are published. Only the chart publish failed, and it can be re-run by dispatch once this lands.

The helm chart publish failed on v0.2.2 with "Unable to resolve action
sigstore/cosign-installer@v4". Bumping it to a floating major was my
mistake: that project publishes v4 only as exact releases, and its newest
moving major tag is still v3, so v4 resolves to nothing.

Pinned to v4.1.2, the current release. This one needs a deliberate bump
rather than following a moving tag, because upstream does not offer one.

The binary release itself succeeded; only the chart publish failed, and it
can be re-run by dispatch once this lands.
@clouddrove-ci
clouddrove-ci merged commit 2c6f354 into master Aug 19, 2026
3 checks passed
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.

2 participants