mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 01:02:59 +01:00
Fix missing arch in docker name
This commit is contained in:
parent
bc7c6ad695
commit
2e498749b3
2
.github/workflows/build_addon.yml
vendored
2
.github/workflows/build_addon.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{env.REPOSITORY}}/${{env.IMAGE}}
|
${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
Loading…
Reference in New Issue
Block a user