Create dockerimage.yml
This commit is contained in:
parent
79ed1ab130
commit
8078213194
1 changed files with 14 additions and 0 deletions
14
.github/workflows/dockerimage.yml
vendored
Normal file
14
.github/workflows/dockerimage.yml
vendored
Normal 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)
|
Loading…
Add table
Reference in a new issue