From 358f7ccb98ce83c6627903a24da21c9004304485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 27 Jan 2024 22:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81docker=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 77c41a9..94418b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,4 +63,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: hanxi/xiaomusic:${{ github.ref_name }} + tags: ${{ github.ref_name }}, latest, stable