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