From a53f7a79fd4c6ce90ee61e50ea049822b8142e9c Mon Sep 17 00:00:00 2001 From: kalsi-avneet <4151485+kalsi-avneet@users.noreply.github.com> Date: Sun, 14 Jun 2026 14:57:43 +0000 Subject: [PATCH] Docker build - pass proper VERSION argument --- .github/workflows/docker-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d85d6e33..304c9f39 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -69,7 +69,9 @@ jobs: uses: docker/build-push-action@v6 with: context: . - build-args: DEPENDENCIES=bcrypt,argon2,ldap + build-args: | + DEPENDENCIES=bcrypt,argon2,ldap + VERSION=${{ github.event.release.tag_name || github.ref_name }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}