From 639c02a3fc7505f700c03a917ee46e54ad01dab9 Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Tue, 5 May 2020 20:33:38 -0400 Subject: [PATCH] Switched to new toolchain builds --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e957ba6..bdaf2bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: build: name: NickelMenu runs-on: ubuntu-latest - container: docker.io/geek1011/kobo-toolchain:latest + container: docker.pkg.github.com/geek1011/nickeltc/nickeltc:1.0 steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 26de385..34bcdff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ jobs: build: name: NickelMenu runs-on: ubuntu-latest - container: docker.io/geek1011/kobo-toolchain:latest + container: docker.pkg.github.com/geek1011/nickeltc/nickeltc:1.0 steps: - name: Checkout uses: actions/checkout@v1