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

This commit is contained in:
toast 2024-03-26 12:46:19 +11:00
parent 01041ff3d8
commit bd395df66f

View File

@ -12,9 +12,7 @@ jobs:
- name: "Add Cargo registry"
run: |
mkdir -p ~/.cargo && \
echo '[registries.gitea]' \
'index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"' \
'token = "Bearer ${{ secrets.CARGO_TOKEN }}"' >> ~/.cargo/config.toml
printf '[registries.gitea]\nindex = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"\ntoken = "Bearer %s"\n' "${{ secrets.CARGO_TOKEN }}" >> ~/.cargo/config.toml
cat ~/.cargo/config.toml
- name: Set up Docker environment