mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Tag latest version
This commit is contained in:
parent
2fa5efaa1c
commit
730a3a7370
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -55,3 +55,12 @@ jobs:
|
||||
--build-arg VERSION=${{matrix.version}} \
|
||||
--tag ${{ secrets.DOCKER_USERNAME }}/bitcoind:v${{matrix.version}} \
|
||||
--push .
|
||||
|
||||
- name: Rebuild for latest tag
|
||||
if: matrix.version == env.LATEST_TAG
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--build-arg VERSION=${{matrix.version}} \
|
||||
--tag ${{ secrets.DOCKER_USERNAME }}/bitcoind:latest \
|
||||
--push .
|
||||
|
Loading…
Reference in New Issue
Block a user