Create docker-image.yml

This commit is contained in:
John Molakvoæ 2022-05-27 16:06:26 +02:00 committed by GitHub
parent 9fc24e941f
commit f5c7aba747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/docker-image.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile