Skip to content

Commit

Permalink
fix: github action release cache command (#1197)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>

Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy authored Nov 14, 2022
1 parent 37c05c1 commit 731b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_TOKEN }}
- name: Build and push
run:
run: |
sudo -u runneradmin id
sudo -u runneradmin bash ./base-images/remote-cache/build-and-push-remote-cache.sh
env:
Expand Down

0 comments on commit 731b6f8

Please sign in to comment.