Updated docker image URL, enabled builds for PRs
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user