diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 2065d84..9c5bb93 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: clippy: runs-on: ubuntu-latest 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: - uses: https://github.com/actions/checkout.git@v4 - name: Hash of Cargo.lock @@ -34,7 +34,7 @@ jobs: key: "${{github.repository}}-cache-cargo-clippy-v4-${{ steps.get-hash.outputs.hash }}" test: 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 steps: - uses: https://github.com/actions/checkout.git@v4