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

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