Push the latest tag to Docker Hub again

This commit is contained in:
Felipe Knorr Kuhn 2024-02-29 18:42:29 -08:00
parent 018d4230e2
commit 093649136e
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

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