From c5c6d17814817a734830f0926f14c33900983e95 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Thu, 12 Oct 2023 09:58:02 -0700 Subject: [PATCH] Fix typo --- .github/workflows/on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 94d6adcf..77bb5ed0 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -94,4 +94,4 @@ jobs: --tag ${{ secrets.DOCKER_USERNAME }}/electrs:$TAG \ --tag ${{ secrets.DOCKER_USERNAME }}/electrs:latest \ --output "type=registry" . \ - --build-arg commitHash=$SORT_SHA + --build-arg commitHash=$SHORT_SHA