fix: docker image tag format
Some checks failed
Docker / build (ubuntu-22.04, ./images/qt.dockerfile, git.119.224.65.18.sslip.io/siteorg/action-image-qt) (push) Successful in 2m11s
Docker / build (ubuntu-latest, ./images/qt.dockerfile, git.119.224.65.18.sslip.io/siteorg/action-image-qt) (push) Has been cancelled

This commit is contained in:
2024-11-13 10:42:16 +13:00
parent 626d1114c7
commit 21f8b8700f

View File

@@ -62,7 +62,7 @@ jobs:
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: ${{ matrix.image }}:${{ matrix.base }}
images: ${{ matrix.image }}-${{ matrix.base }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action