Please...
Some checks failed
Build and push container image / build (push) Failing after 1m5s

This commit is contained in:
toast 2024-03-26 12:40:27 +11:00
parent d809ff5cae
commit 05c55b2b70

View File

@ -33,6 +33,7 @@ jobs:
- name: "Add Cargo registry" - name: "Add Cargo registry"
run: | run: |
mkdir -p ~/.cargo && \
echo '[registries.gitea]' \ echo '[registries.gitea]' \
'index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"' \ 'index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"' \
'token = "Bearer ${{ secrets.CARGO_TOKEN }}"' >> ~/.cargo/config.toml 'token = "Bearer ${{ secrets.CARGO_TOKEN }}"' >> ~/.cargo/config.toml