add version to the image meta
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m4s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m4s
This commit is contained in:
parent
57c6099a43
commit
dbb1eb7b17
@ -37,6 +37,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
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: |
|
build-args: |
|
||||||
VERSION=${{ steps.meta.outputs.version }}
|
VERSION=${{ steps.meta.outputs.version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user