From fcad5c4bcd627a79ce2f68dad6f8c450a2aee0f3 Mon Sep 17 00:00:00 2001 From: Chingis S Date: Sun, 20 Sep 2026 19:58:44 +0400 Subject: [PATCH] Use release notes for revision tag descriptions Update the pinned alias publisher so versioned image tags describe the changes in the primary release. Preserve revision allocation, digest verification and existing published tags. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1f177cd..72b339f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -140,7 +140,7 @@ jobs: group: image-revision-aliases-${{ github.ref }} cancel-in-progress: false steps: - - uses: wodby/images/.github/actions/image-revision-aliases@6a3956567002e48847338be97b4d955ee40ae7cb + - uses: wodby/images/.github/actions/image-revision-aliases@6866a90de9b5966fa6aab7a224d7c7b82103f5bd with: docker_username: ${{ secrets.DOCKER_USERNAME }} docker_password: ${{ secrets.DOCKER_PASSWORD }}