From 57888f60e96d1b066dd08fcc51602f1ca2dc7a2a Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Mon, 12 Aug 2024 21:19:35 -0700 Subject: [PATCH] TEST --- .github/workflows/test-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 7ec3557..b004f3b 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -67,7 +67,8 @@ jobs: id: build-and-push uses: docker/build-push-action@v6 with: - build-args: VERSION=${{ steps.meta.outputs.version }} + annotations: ${{ steps.meta.outputs.annotations }} + build-args: VERSION=${{ steps.meta.outputs.version:1 }} cache-from: type=gha cache-to: type=gha,mode=max labels: ${{ steps.meta.outputs.labels }}