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 bb1f642 commit 9540b4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- name: Build and push image
run: |
export PATH=$PATH:$(dirname $(which cross))
if [ -n "${{ github.event.inputs.version }}" ]; then
make GIT_TAG="${{ github.event.inputs.version }}" docker-build
sudo make GIT_TAG="${{ github.event.inputs.version }}" docker-build
else
make docker-build-latest
sudo make docker-build-latest
fi

0 comments on commit 9540b4b

Please sign in to comment.