Forgot another >
Some checks failed
Build and push container image / build (push) Failing after 49s

This commit is contained in:
toast 2024-03-26 12:38:56 +11:00
parent 249b7f7fc8
commit d809ff5cae

View File

@ -35,7 +35,7 @@ jobs:
run: |
echo '[registries.gitea]' \
'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
- name: Build and push image
uses: https://github.com/docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0