From fc3d761e57cffaa560053e53db515226ce936a2d Mon Sep 17 00:00:00 2001 From: Agustin Celentano <12614595+agustincelentano@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:21:43 -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 16f7408..131d40a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ permissions: jobs: 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/dynamo-db existing_tag: ${{ inputs.existing_tag || '' }}