mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 20:47:13 +02:00
Continue to tag Docker builds as latest
This commit is contained in:
committed by
GitHub
parent
1786ccfdd4
commit
c7c1824aac
1
.github/workflows/on-tag.yml
vendored
1
.github/workflows/on-tag.yml
vendored
@@ -105,6 +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 \
|
||||
--build-context rustgbt=./rust \
|
||||
--build-context backend=./backend \
|
||||
--output "type=registry,push=true" \
|
||||
|
Reference in New Issue
Block a user