mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Update latest tag on dockerhub
This commit is contained in:
parent
9c358060aa
commit
494be165ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
|
@ -105,7 +105,7 @@ jobs:
|
||||||
--cache-to "type=local,dest=/tmp/.buildx-cache,mode=max" \
|
--cache-to "type=local,dest=/tmp/.buildx-cache,mode=max" \
|
||||||
--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 rustgbt=./rust \
|
||||||
--build-context backend=./backend \
|
--build-context backend=./backend \
|
||||||
--output "type=registry,push=true" \
|
--output "type=registry,push=true" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue