Continue to tag Docker builds as latest

This commit is contained in:
Felipe Knorr Kuhn 2025-04-08 03:44:10 -07:00 committed by GitHub
parent 1786ccfdd4
commit c7c1824aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,8 +105,9 @@ 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" \
--build-arg commitHash=$SHORT_SHA \
./${{ matrix.service }}/
./${{ matrix.service }}/