Skip to content

ci: pin release-publish-oci to v1.4.0 - #8

Merged
agustincelentano merged 1 commit into
mainfrom
ci/pin-release-publish-oci
Sep 14, 2026
Merged

agustincelentano merged 1 commit into
mainfrom
ci/pin-release-publish-oci

Conversation

@agustincelentano

Copy link
Copy Markdown
Contributor

Why

This repository consumes the reusable release workflow from @main:

uses: nullplatform/actions-nullplatform/.github/workflows/release-publish-oci.yml@main

So every release runs against whatever is on that branch at the time. A change there lands in this repo's next release without anyone choosing it.

Why it was @main until now

There was no tag to point at. release-publish-oci.yml landed in actions-nullplatform in September 2026; the newest tag was v1.3.2 from May, which does not contain the file — @v1.3.2 fails to resolve.

v1.4.0 is the first tag that includes it, so the reference can finally be a version.

Verified

release-publish-oci.yml at v1.4.0 is blob f889fcf, the same content main carried when this was prepared, and v1.4.0 is one commit ahead of that point with nothing behind it. No behaviour change, just a fixed reference.

The reusable workflow was consumed from @main, so every release ran against
whatever was on that branch at the time. v1.4.0 is the first tag that contains
release-publish-oci.yml — it landed in September and v1.3.2 is from May — so the
reference can finally be a version.
@timossileandro
timossileandro self-requested a review September 14, 2026 19:28
@agustincelentano
agustincelentano merged commit 211d065 into main Sep 14, 2026
6 checks passed
@agustincelentano
agustincelentano deleted the ci/pin-release-publish-oci branch September 14, 2026 19:31
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