We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6352b5 commit a57ca0aCopy full SHA for a57ca0a
.github/workflows/docker-image.yml
@@ -18,13 +18,13 @@ jobs:
18
- name: Docker Hub Login
19
run: docker login -u nozich --password ${{secrets.DOCKER_ACCESS_TOKEN}}
20
21
+ # npm i -g zx@latest && echo "zx version $(zx -v)" && zx ./push.js
22
- name: Build the Docker image
23
run:
24
pwd &&
25
ls -lash &&
26
whoami &&
27
echo "node version $(node -v)" &&
28
echo "npm version $(npm -v)" &&
- npm i -g zx@latest && echo "zx version $(zx -v)" &&
29
curl -fsSL https://bun.sh/install | bash &&
30
/home/runner/.bun/bin/bun run ./push.js
0 commit comments