Don't tag as latest by default

This commit is contained in:
Felipe Knorr Kuhn 2025-03-13 15:49:45 -07:00
parent 8efea61601
commit 76f31623fe
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -105,7 +105,6 @@ 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 \
--build-context rustgbt=./rust \
--build-context backend=./backend \
--output "type=registry,push=true" \