mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Fix version tags
This commit is contained in:
parent
6601f7d350
commit
2fa5efaa1c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -53,5 +53,5 @@ jobs:
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--build-arg VERSION=${{matrix.version}} \
|
||||
--tag ${{ secrets.DOCKER_USERNAME }}/bitcoind:v$VERSION \
|
||||
--tag ${{ secrets.DOCKER_USERNAME }}/bitcoind:v${{matrix.version}} \
|
||||
--push .
|
||||
|
Loading…
Reference in New Issue
Block a user