Fix canary image publication

This commit is contained in:
Quan TRAN 2022-04-14 10:04:26 +02:00 committed by GitHub
parent 47e13fcdad
commit 86c9a1ae3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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