Create CI to build container

This commit is contained in:
Ole Morud
2024-01-15 03:14:24 +01:00
committed by GitHub
parent 38876665fe
commit 47ec4dbb84

13
.github/workflows/build-image.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Build Image
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --tag papermc:$(date +%s)