ci: fix matrix
Some checks failed
Some checks failed
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user