This commit is contained in:
parent
249b7f7fc8
commit
d809ff5cae
@ -35,7 +35,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: https://github.com/docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
|
uses: https://github.com/docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user