Merge pull request #2164 from kalsi-avneet/master

Docker build - pass proper VERSION argument
This commit is contained in:
Peter Bieringer
2026-06-14 18:08:00 +03:00
committed by GitHub

View File

@@ -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 }}