build: fix nano-rust-builder source

This commit is contained in:
Ondrej Vlach 2023-12-09 16:27:04 +01:00
parent f915b957b9
commit a077bcd779
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70

View File

@ -8,7 +8,7 @@ jobs:
clippy: clippy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: git.nanobyte.cz/nanobyte/nano-rust-builder:1.74.5f84654 image: git.nanobyte.cz/nanobyte-public/nano-rust-builder:1.74.5f84654
steps: steps:
- uses: https://github.com/actions/checkout.git@v4 - uses: https://github.com/actions/checkout.git@v4
- name: Hash of Cargo.lock - name: Hash of Cargo.lock
@ -34,7 +34,7 @@ jobs:
key: "${{github.repository}}-cache-cargo-clippy-v4-${{ steps.get-hash.outputs.hash }}" key: "${{github.repository}}-cache-cargo-clippy-v4-${{ steps.get-hash.outputs.hash }}"
test: test:
container: container:
image: git.nanobyte.cz/nanobyte/nano-rust-builder:1.74.5f84654 image: git.nanobyte.cz/nanobyte-public/nano-rust-builder:1.74.5f84654
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://github.com/actions/checkout.git@v4 - uses: https://github.com/actions/checkout.git@v4