From 315add811db77e159147f79f482eb4198865adee Mon Sep 17 00:00:00 2001 From: Chingis S Date: Mon, 21 Sep 2026 07:19:35 +0400 Subject: [PATCH] Publish GitHub Releases for image revisions Create a GitHub Release for each primary rN after image publication succeeds. Use the annotated tag notes and preserve existing published releases on retries. --- .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 72b339f..afce47c 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@6866a90de9b5966fa6aab7a224d7c7b82103f5bd + - uses: wodby/images/.github/actions/image-revision-aliases@412e2d9ce29c41835ff653b0945bba72eabd9efb with: docker_username: ${{ secrets.DOCKER_USERNAME }} docker_password: ${{ secrets.DOCKER_PASSWORD }}