build by every dockerfiles, for compare
This commit is contained in:
parent
fb388d77f6
commit
b803279b2a
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
build:
|
||||
name: Build Docker Image
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
dockerfile: [Dockerfile, Dockerfile.cross]
|
||||
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
@ -30,3 +33,4 @@ jobs:
|
||||
push: false
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
file: ${{ matrix.dockerfile }}
|
||||
|
Loading…
Reference in New Issue
Block a user