1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-28 22:25:20 +01:00

Docker image workflow (publish on ghcr.io) (#14230)

This commit is contained in:
AFCMS
2024-03-24 18:54:09 +01:00
committed by GitHub
parent 24cc33e704
commit 5a27c05b6a
4 changed files with 136 additions and 13 deletions

View File

@@ -151,13 +151,3 @@ jobs:
- name: Test
run: |
./bin/minetestserver --run-unittests
docker:
name: "Docker image"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: |
docker build . -t minetest:latest
docker run --rm minetest:latest /usr/local/bin/minetestserver --version