Docker build - pass proper VERSION argument

This commit is contained in:
kalsi-avneet
2026-06-14 14:57:43 +00:00
parent 77bef83193
commit a53f7a79fd

View File

@@ -69,7 +69,9 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
build-args: DEPENDENCIES=bcrypt,argon2,ldap build-args: |
DEPENDENCIES=bcrypt,argon2,ldap
VERSION=${{ github.event.release.tag_name || github.ref_name }}
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}