From 0d2eecb74d0547a873df04df61d3b5eb5676d248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=80=E4=B9=8B?= Date: Thu, 4 Jul 2024 17:25:35 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20docker=E9=95=9C=E5=83=8F=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index dafbc7b..8754dfc 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -56,5 +56,5 @@ jobs: with: push: true file: Dockerfile - tags: ${{ env.REPOSITORY }}:${{ steps.vars.outputs.sha_short }} + tags: codfrm/dns-kit:${{ steps.vars.outputs.sha_short }} context: .