diff --git a/.github/workflows/canary_images.yaml b/.github/workflows/canary_images.yaml index c9f36591..1d97cb85 100644 --- a/.github/workflows/canary_images.yaml +++ b/.github/workflows/canary_images.yaml @@ -24,17 +24,17 @@ jobs: permissions: contents: read name: Build Images + strategy: + matrix: + include: + - dockerfile: Dockerfile + - dockerfile: Dockerfile.debian steps: - name: Checkout uses: actions/checkout@v3 - name: Build uses: docker/build-push-action@v2 - strategy: - matrix: - include: - - dockerfile: Dockerfile - - dockerfile: Dockerfile.debian with: file: ${{ matrix.dockerfile }} platforms: linux/amd64,linux/arm64