mirror of
https://github.com/mempool/mempool.git
synced 2025-03-17 13:21:55 +01:00
Don't tag as latest by default
This commit is contained in:
parent
8efea61601
commit
76f31623fe
1
.github/workflows/on-tag.yml
vendored
1
.github/workflows/on-tag.yml
vendored
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user