Merge pull request #285 from Moonlight-Panel/ImproveTotpSetup #256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Build | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
types: | |
- closed | |
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 . |