From 676a4589612c1772c082359aaa3ec0e6d7a37fcb Mon Sep 17 00:00:00 2001 From: kunish Date: Sat, 23 Nov 2024 17:02:56 +0800 Subject: [PATCH] build: update release workflow to include dynamic tag for Docker image --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd68b72c..33ae69be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,5 +89,6 @@ jobs: push: true tags: | ghcr.io/metacubex/metacubexd:latest + ghcr.io/metacubex/metacubexd:${{ needs.release-please.outputs.tag_name }} cache-from: type=gha cache-to: type=gha,mode=max