Skip to content

Commit

Permalink
feat(release): sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 23, 2024
1 parent 9540b4b commit 5718b17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
- name: Build and push image
run: |
export PATH=$PATH:$(dirname $(which cross))
if [ -n "${{ github.event.inputs.version }}" ]; then
sudo make GIT_TAG="${{ github.event.inputs.version }}" docker-build
sudo -E env "PATH=$PATH" make GIT_TAG="${{ github.event.inputs.version }}" docker-build
else
sudo make docker-build-latest
sudo -E env "PATH=$PATH" make docker-build-latest
fi

0 comments on commit 5718b17

Please sign in to comment.