We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d5431 commit f6ec1e3Copy full SHA for f6ec1e3
.github/workflows/docker.yml
@@ -326,11 +326,6 @@ jobs:
326
echo 'git-fetch-with-cli = true' >> ~/.cargo/config.toml
327
- name: Debug SSH agent
328
run: ssh-add -l
329
- - name: Build with cargo chef
330
- run: cargo chef cook --release --recipe-path recipe.json
331
- env:
332
- CARGO_NET_GIT_FETCH_WITH_CLI: true
333
- SSH_AUTH_SOCK: $SSH_AUTH_SOCK
334
- name: Build and push
335
uses: docker/build-push-action@v3
336
env:
0 commit comments