mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 01:02:59 +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.description=${{env.DESCRIPTION}}
|
||||||
io.hass.url=${{env.URL}}
|
io.hass.url=${{env.URL}}
|
||||||
io.hass.arch=${{matrix.arch}}
|
io.hass.arch=${{matrix.arch}}
|
||||||
io.hass.version={{version}}
|
|
||||||
io.hass.type=addon
|
io.hass.type=addon
|
||||||
|
|
||||||
- name: Debug Env
|
- name: Debug Env
|
||||||
@ -147,7 +146,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
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-args: |
|
||||||
BUILD_FROM=${{env.BUILD_FROM}}
|
BUILD_FROM=${{env.BUILD_FROM}}
|
||||||
file: ./${{env.TARGET}}/Dockerfile
|
file: ./${{env.TARGET}}/Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user