Create docker-image.yml

This commit is contained in:
2021-04-06 10:50:30 +02:00
committed by GitHub
parent fcf80f5e85
commit c1c0176550

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

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