Skip to content

Commit

Permalink
fix(ci): remove unnecessary sudo in build commands
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
  • Loading branch information
Mossaka committed Dec 16, 2024
1 parent 56e8cc7 commit 9f0a4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wasi-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
override: true
- name: Build oci tarballs
run: |
sudo make test-image
sudo make test-image/oci
make test-image
make test-image/oci
ls -l dist/
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Load tarballs to ctr
Expand Down

0 comments on commit 9f0a4f7

Please sign in to comment.