Skip to content

Commit

Permalink
chore(docker): conserve path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 30, 2023
1 parent 728e13f commit a07a05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Build and push image
run: |
sudo cargo install cross
export PROFILE=release && sudo make docker-build-latest
cargo install cross
export PROFILE=release && sudo -E make docker-build-latest

0 comments on commit a07a05a

Please sign in to comment.