ci: fix matrix
Some checks failed
Docker / build (ubuntu-22.04, ./images/qt.dockerfile, git.119.224.65.18.sslip.io/siteorg/action-image-qt) (push) Failing after 1m10s
Docker / build (ubuntu-latest, ./images/qt.dockerfile, git.119.224.65.18.sslip.io/siteorg/action-image-qt) (push) Failing after 1m14s

This commit is contained in:
2024-11-13 10:40:08 +13:00
parent d419b290fd
commit 626d1114c7

View File

@@ -18,10 +18,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
base_image: [ubuntu-22.04, ubuntu-latest]
include: include:
- dockerfile: ./images/qt.dockerfile - dockerfile: ./images/qt.dockerfile
image: git.119.224.65.18.sslip.io/siteorg/action-image-qt image: git.119.224.65.18.sslip.io/siteorg/action-image-qt
base: ubuntu-22.04
- dockerfile: ./images/qt.dockerfile
image: git.119.224.65.18.sslip.io/siteorg/action-image-qt
base: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
@@ -59,7 +62,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with: with:
images: ${{ matrix.image }}:${{ matrix.base_image }} images: ${{ matrix.image }}:${{ matrix.base }}
# Build and push Docker image with Buildx (don't push on PR) # Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action