Update test-docker-build.yml
This commit is contained in:
parent
718342d532
commit
863ac22036
1 changed files with 4 additions and 8 deletions
12
.github/workflows/test-docker-build.yml
vendored
12
.github/workflows/test-docker-build.yml
vendored
|
@ -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 .
|
Loading…
Add table
Reference in a new issue