1
0

Switched to GitHub Container Registry for NickelTC image

This commit is contained in:
Patrick Gaskin
2020-11-15 14:14:23 -05:00
parent a25a821e75
commit 666aed3c02
4 changed files with 6 additions and 6 deletions

View File

@@ -7,12 +7,12 @@ trigger:
steps:
- name: submodules
image: docker.io/geek1011/nickeltc:1.0
image: ghcr.io/pgaskin/nickeltc:1.0
when:
event: [push, pull_request, tag]
command: ["git", "submodule", "update", "--init", "--recursive"]
- name: build
image: docker.io/geek1011/nickeltc:1.0
image: ghcr.io/pgaskin/nickeltc:1.0
when:
event: [push, pull_request, tag]
commands:
@@ -21,7 +21,7 @@ steps:
- mkdir out && mv KoboRoot.tgz src/libnm.so out/
depends_on: [submodules]
- name: build-NM_UNINSTALL_CONFIGDIR
image: docker.io/geek1011/nickeltc:1.0
image: ghcr.io/pgaskin/nickeltc:1.0
when:
event: [push, pull_request, tag]
commands: