From beb401f2f6136579f90008851ee10ad49fd76da1 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sat, 25 Nov 2023 14:12:57 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e9d3342..b7ac90d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,5 +28,5 @@ jobs: file: ./Dockerfile push: true tags: - amtoaer/bili-sync:${{ github.ref_name }} - amtoaer/bili-sync:latest \ No newline at end of file + ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync:${{ github.ref_name }} + ${{ secrets.DOCKERHUB_USERNAME }}/amtoaer/bili-sync:latest \ No newline at end of file