Add Docker Build Action #81

This commit is contained in:
Daniel Grams 2021-01-24 12:35:30 +01:00
parent 7c56756145
commit e3b7f3207b
2 changed files with 20 additions and 0 deletions

20
.github/workflows/docker-build.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Docker
on: [pull_request, workflow_dispatch]
jobs:
main:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: false