See if this works.
Some checks failed
Build and push container image / build (push) Failing after 49s
Some checks failed
Build and push container image / build (push) Failing after 49s
This commit is contained in:
parent
77e91a1d07
commit
249b7f7fc8
@ -31,6 +31,12 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3
|
uses: https://github.com/docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3
|
||||||
|
|
||||||
|
- name: "Add Cargo registry"
|
||||||
|
run: |
|
||||||
|
echo '[registries.gitea]' \
|
||||||
|
'index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"' \
|
||||||
|
'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
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user