diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b7ac90d..2bde546 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -4,8 +4,6 @@ on: push: tags: - '*' - branches: - - main jobs: build: @@ -29,4 +27,4 @@ jobs: push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync:${{ github.ref_name }} - ${{ secrets.DOCKERHUB_USERNAME }}/amtoaer/bili-sync:latest \ No newline at end of file + ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync:latest \ No newline at end of file