Merge pull request #4725 from mempool/knorrium/tag_to_latest_again

Push the latest tag to Docker Hub again
This commit is contained in:
wiz 2024-03-01 11:50:46 +09:00 committed by GitHub
commit 975588a862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,5 +100,6 @@ jobs:
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64 \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
--output "type=registry" ./${{ matrix.service }}/ \
--build-arg commitHash=$SHORT_SHA