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 0088ac1 commit bb1f642
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 @@ -56,7 +56,7 @@ jobs:
- name: Build and push image
run: |
if [ -n "${{ github.event.inputs.version }}" ]; then
sudo make GIT_TAG="${{ github.event.inputs.version }}" docker-build
make GIT_TAG="${{ github.event.inputs.version }}" docker-build
else
sudo make docker-build-latest
make docker-build-latest
fi

0 comments on commit bb1f642

Please sign in to comment.