From baf5cc22465c4bf57a30de11cc7851b44403892b Mon Sep 17 00:00:00 2001 From: Chingis S Date: Mon, 21 Sep 2026 07:15:51 +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 aac3409..578738b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -97,7 +97,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 }}