From 41fa9d7f6fe827afdefbf5e6822d0bb22e2cda0a Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Mon, 12 Aug 2024 21:20:09 -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 b004f3b..76f4c30 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 }}:1 cache-from: type=gha cache-to: type=gha,mode=max labels: ${{ steps.meta.outputs.labels }}