Try to fix label version

This commit is contained in:
SebClem 2024-08-13 16:14:29 +02:00
parent 2e498749b3
commit 379c3e0edb
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -127,7 +127,6 @@ jobs:
io.hass.description=${{env.DESCRIPTION}}
io.hass.url=${{env.URL}}
io.hass.arch=${{matrix.arch}}
io.hass.version={{version}}
io.hass.type=addon
- name: Debug Env
@ -147,7 +146,9 @@ jobs:
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: |
${{ steps.meta.outputs.labels }}
io.hass.version={{steps.meta.outputs.version}}
build-args: |
BUILD_FROM=${{env.BUILD_FROM}}
file: ./${{env.TARGET}}/Dockerfile