Add more build contexts for the backend and rust-gbt

This commit is contained in:
Felipe Knorr Kuhn 2024-04-03 18:11:58 +09:00
parent 85a86d4b06
commit 1a11b1813f
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -101,5 +101,7 @@ jobs:
--platform linux/amd64,linux/arm64 \ --platform linux/amd64,linux/arm64 \
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \ --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" ./${{ matrix.service }}/ \ --output "type=registry" ./${{ matrix.service }}/ \
--build-arg commitHash=$SHORT_SHA --build-arg commitHash=$SHORT_SHA