Fix env var in image-build.yaml
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 15m25s

This commit is contained in:
2025-01-30 09:09:21 +01:00
parent 6aed7cb7fa
commit 5a0da6560d

View File

@ -32,4 +32,4 @@ jobs:
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: code.dlmw.ch/dlmw/qv:$GITHUB_REF_NAME tags: code.dlmw.ch/dlmw/qv:${{ env.GITHUB_REF_NAME }}