Loading .github/workflows/build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ jobs: TAGS=() TAGS=("${{ github.repository }}:latest") TAGS+=("${{ github.repository }}:${VERSION}") TAGS=("${{ secrets.DOCKERHUB_MIRROR }}:latest") TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest") TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}") TAGS+=("ghcr.io/${{ github.repository }}:latest") TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}") Loading Loading
.github/workflows/build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ jobs: TAGS=() TAGS=("${{ github.repository }}:latest") TAGS+=("${{ github.repository }}:${VERSION}") TAGS=("${{ secrets.DOCKERHUB_MIRROR }}:latest") TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:latest") TAGS+=("${{ secrets.DOCKERHUB_MIRROR }}:${VERSION}") TAGS+=("ghcr.io/${{ github.repository }}:latest") TAGS+=("ghcr.io/${{ github.repository }}:${VERSION}") Loading