1
0

Updated docker image URL, enabled builds for PRs

This commit is contained in:
Patrick Gaskin
2020-05-05 20:56:13 -04:00
parent 639c02a3fc
commit c0e632c9b3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
name: Build
on: [push]
on: [push, pull_request]
jobs:
build:
name: NickelMenu
runs-on: ubuntu-latest
container: docker.pkg.github.com/geek1011/nickeltc/nickeltc:1.0
container: docker.io/geek1011/nickeltc:1.0
steps:
- name: Checkout
uses: actions/checkout@v1