From 8ea2fbe0f9496c23b7100e54e41d53b08ae2d23b Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:31:48 +0800 Subject: [PATCH] fix: docker meta username error (#16) Co-authored-by: DDSRem <1448139087@qq.com> --- .github/workflows/docker-image-debug.yml | 2 +- .github/workflows/docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-debug.yml b/.github/workflows/docker-image-debug.yml index b5147b1..864986b 100644 --- a/.github/workflows/docker-image-debug.yml +++ b/.github/workflows/docker-image-debug.yml @@ -17,7 +17,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ secrets.DOCKER_USERNAME }}/bili-sync + images: ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync tags: | type=raw,value=debug - diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3c3938f..2747b11 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ secrets.DOCKER_USERNAME }}/bili-sync + images: ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync tags: | type=raw,value=${{ github.ref_name }} type=raw,value=latest