mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Tag every attempted Docker build as latest again
This commit is contained in:
parent
1786ccfdd4
commit
76ad68f815
1 changed files with 2 additions and 1 deletions
3
.github/workflows/on-tag.yml
vendored
3
.github/workflows/on-tag.yml
vendored
|
|
@ -105,8 +105,9 @@ 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" \
|
||||
--build-arg commitHash=$SHORT_SHA \
|
||||
./${{ matrix.service }}/
|
||||
./${{ matrix.service }}/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue