diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2bde546..7bdfa60 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,6 +25,6 @@ jobs: context: . file: ./Dockerfile push: true - tags: + tags: | ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync:${{ github.ref_name }} ${{ secrets.DOCKERHUB_USERNAME }}/bili-sync:latest \ No newline at end of file