We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a392ec commit 02ebb0aCopy full SHA for 02ebb0a
.github/workflows/localnet-test.yml
@@ -61,7 +61,7 @@ jobs:
61
# no clue why this fails within the orchestrator, but I don't have enough sanity to debug it
62
# so build nyxd image outside of it
63
- name: build nyxd image
64
- run: sudo docker build --platform linux/amd64 -f Dockerfile.dev https://github.com/nymtech/nyxd.git#v0.60.1 -t localnet-nyxd:v0.60.1
+ run: sudo docker build --platform linux/amd64 -f ./Dockerfile.dev https://github.com/nymtech/nyxd.git#v0.60.1 -t localnet-nyxd:v0.60.1
65
66
# - name: save nyxd image
67
# run: |
0 commit comments