mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 09:02:58 +01:00
Try to fix label version
This commit is contained in:
parent
2e498749b3
commit
379c3e0edb
5
.github/workflows/build_addon.yml
vendored
5
.github/workflows/build_addon.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user