Skip to content

Commit

Permalink
Fix image name in docker run step
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 25, 2024
1 parent 3f933d7 commit 83d5727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Publish vite_plugin_vue_examples
run: |
docker run -e NPM_AUTH_TOKEN="${{ secrets.NPM_AUTH_TOKEN }}" publish_vue_examples
docker run -e NPM_AUTH_TOKEN="${{ secrets.NPM_AUTH_TOKEN }}" publish_vite_plugin_vue_examples
- name: Prevent consistently growing buildx cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down

0 comments on commit 83d5727

Please sign in to comment.