From 6ee80191d1b0214373e70a037525414ed6d7ef1a Mon Sep 17 00:00:00 2001 From: Agustin Celentano <12614595+agustincelentano@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:21:50 -0300 Subject: [PATCH] ci: pin release-publish-oci to v1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea79501..b77ef01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: # Server image rides the full chain: release-please + build + push + # artifact registration + release finalize. release: - uses: nullplatform/actions-nullplatform/.github/workflows/release-publish-oci.yml@main + uses: nullplatform/actions-nullplatform/.github/workflows/release-publish-oci.yml@v1.4.0 with: image_name: services/rds-postgres-server dockerfile: Dockerfile.rds-postgres-server