Create dockerimage.yml

This commit is contained in:
Marc Tönsing 2020-02-20 21:38:50 +01:00 committed by GitHub
parent 79ed1ab130
commit 8078213194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/dockerimage.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag minecraft-papermc-server:$(date +%s)