Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 18, 2023
1 parent 6c81303 commit 826e205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
- name: Save registry and tag as an artifact for other workflows that run on workflow_run to download them
run: |
sudo mkdir -p /tmp/artifacts
echo ${{ steps.set_tag.outputs.image_tag }} >> /tmp/artifacts/tag.txt
cat /tmp/artifacts/tag.txt
echo ${{ steps.set_tag.outputs.image_tag }} | sudo tee /tmp/artifacts/tag.txt
sudo cat /tmp/artifacts/tag.txt
- name: Upload image tag as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 826e205

Please sign in to comment.