mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 18:21:52 +02:00
Merge pull request #5863 from mempool/knorrium/auto_tag_latest
Continue to tag Docker builds as latest
This commit is contained in:
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 }}/
|
||||
|
Reference in New Issue
Block a user