add version to the image meta
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m4s

This commit is contained in:
Karl 2025-07-09 11:21:59 +01:00
parent 57c6099a43
commit dbb1eb7b17

View File

@ -37,6 +37,9 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: |
org.opencontainers.image.version=${{ steps.meta.outputs.version }}
org.opencontainers.image.title=KTVManager_UI
org.opencontainers.image.description=UI for KTVManager
build-args: |
VERSION=${{ steps.meta.outputs.version }}