From b834f63e8079e4a3aac0f899faf28549d6169ecc Mon Sep 17 00:00:00 2001 From: xpltd Date: Sat, 21 Mar 2026 23:47:04 -0500 Subject: [PATCH] CI: pass APP_VERSION build arg to Docker build from git tag --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ed5e6c2..21e4c17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,6 +52,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-args: | + APP_VERSION=${{ steps.meta.outputs.version }} cache-from: type=gha cache-to: type=gha,mode=max