From 2fa5efaa1cba4f13b4b224bf700f61b76d221231 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 21 Jan 2023 18:51:23 +0000 Subject: [PATCH] Fix version tags --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59edbad..e0f84a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 .