Skip to content

Commit

Permalink
[1.7.2] Test if the docker image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke authored Jul 23, 2023
1 parent 7afbe4e commit d81dd88
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/docker_no_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Docker test image build

on:
push:
pull_request:
types: [opened, reopened]

jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build
uses: docker/build-push-action@v4
with:
push: false
tags: 3arthqu4ke/headlessmc:latest
- name: Publish bat script
uses: actions/upload-artifact@v3
with:
name: HeadlessMc
path: ./headlessmc-scripts/hmc.bat

0 comments on commit d81dd88

Please sign in to comment.