From 69a9c2aa1480cdd43bccda2f9f4b5e2c4f799d3e Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Mon, 12 Aug 2024 21:27:38 -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 76f4c30..55f3aeb 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -68,7 +68,7 @@ jobs: uses: docker/build-push-action@v6 with: annotations: ${{ steps.meta.outputs.annotations }} - build-args: VERSION=${{ steps.meta.outputs.version }}:1 + build-args: VERSION=${{ steps.meta.outputs.version#v }} cache-from: type=gha cache-to: type=gha,mode=max labels: ${{ steps.meta.outputs.labels }}