Skip to content

Commit

Permalink
Remove global installation of zx in Docker image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcan-kara committed Feb 24, 2025
1 parent b6352b5 commit a57ca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Docker Hub Login
run: docker login -u nozich --password ${{secrets.DOCKER_ACCESS_TOKEN}}

# npm i -g zx@latest && echo "zx version $(zx -v)" && zx ./push.js
- name: Build the Docker image
run:
pwd &&
ls -lash &&
whoami &&
echo "node version $(node -v)" &&
echo "npm version $(npm -v)" &&
npm i -g zx@latest && echo "zx version $(zx -v)" &&
curl -fsSL https://bun.sh/install | bash &&
/home/runner/.bun/bin/bun run ./push.js

0 comments on commit a57ca0a

Please sign in to comment.