Fix missing arch in docker name

This commit is contained in:
SebClem 2024-08-13 16:12:33 +02:00
parent bc7c6ad695
commit 2e498749b3
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -116,7 +116,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{env.REPOSITORY}}/${{env.IMAGE}}
${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}
tags: |
type=ref,event=branch
type=ref,event=pr