Skip to content

Commit a57ca0a

Browse files
committed
Remove global installation of zx in Docker image workflow
1 parent b6352b5 commit a57ca0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Docker Hub Login
1919
run: docker login -u nozich --password ${{secrets.DOCKER_ACCESS_TOKEN}}
2020

21+
# npm i -g zx@latest && echo "zx version $(zx -v)" && zx ./push.js
2122
- name: Build the Docker image
2223
run:
2324
pwd &&
2425
ls -lash &&
2526
whoami &&
2627
echo "node version $(node -v)" &&
2728
echo "npm version $(npm -v)" &&
28-
npm i -g zx@latest && echo "zx version $(zx -v)" &&
2929
curl -fsSL https://bun.sh/install | bash &&
3030
/home/runner/.bun/bin/bun run ./push.js

0 commit comments

Comments
 (0)