Do not update the latest tag when building

This commit is contained in:
Felipe Knorr Kuhn 2025-02-28 23:20:40 -08:00
parent e6f13766d3
commit 5116da2626
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -105,7 +105,7 @@ jobs:
--cache-to "type=local,dest=/tmp/.buildx-cache,mode=max" \
--platform linux/amd64,linux/arm64 \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
# --tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
--build-context rustgbt=./rust \
--build-context backend=./backend \
--output "type=registry,push=true" \