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