From d3548c70c8da9648b12fde470a2aa2a97c18b5b5 Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Mon, 12 Aug 2024 21:36:22 -0700 Subject: [PATCH] TEST --- .github/workflows/test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 967aaae..85b02f4 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -73,7 +73,7 @@ jobs: uses: docker/build-push-action@v6 with: annotations: ${{ steps.meta.outputs.annotations }} - build-args: VERSION=${TAG} + build-args: VERSION=${{ TAG }} cache-from: type=gha cache-to: type=gha,mode=max labels: ${{ steps.meta.outputs.labels }}