CI: Build docker image.

This commit is contained in:
Joachim Bauch 2022-04-26 14:50:49 +02:00
parent a20b21b7fe
commit 82c0071e80
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

22
.github/workflows/docker.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Docker image
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker image
uses: docker/build-push-action@v2
with:
context: .