Update to latest actions

This commit is contained in:
Lars
2019-08-18 13:34:44 +02:00
committed by GitHub
parent 5ffb75f21e
commit dca47740c3

9
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build the Docker image
run: docker build .