mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Add more build contexts for the backend and rust-gbt
This commit is contained in:
parent
85a86d4b06
commit
1a11b1813f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue