Update test-docker-build.yml

This commit is contained in:
Marcel Baumgartner 2023-05-22 09:42:21 +02:00
parent 718342d532
commit 863ac22036

View file

@ -2,21 +2,17 @@ name: Test Build
on:
push:
branches:
- main
branches: [ "main" ]
pull_request:
types:
- closed
branches:
- main
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: docker build -t moonlightpanel/moonlight:${{ github.sha }} -f Moonlight/Dockerfile .
- name: Build Docker image
run: docker build -t moonlightpanel/moonlight:${{ github.sha }} -f Moonlight/Dockerfile .