diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8e439633dd..a6f9c4b9a5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -45,7 +45,7 @@ jobs: target: nitro-node push: true context: . - tags: nitro-node:latest + tags: localhost:5000/nitro-node:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max @@ -55,13 +55,14 @@ jobs: target: nitro-node-dev push: true context: . - tags: nitro-node-dev:latest + tags: localhost:5000/nitro-node-dev:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - name: Start background nitro-testnode shell: bash run: | + docker tag localhost:5000/nitro-node-dev:latest nitro-node-dev-testnode:latest cd nitro-testnode ./test-node.bash --init --dev & @@ -75,7 +76,7 @@ jobs: run: | # Unfortunately, `docker cp` seems to always result in a "permission denied" # We work around this by piping a tarball through stdout - docker run --rm --entrypoint tar nitro-node-dev:latest -cf - target/machines/latest | tar xf - + docker run --rm --entrypoint tar localhost:5000/nitro-node-dev:latest -cf - target/machines/latest | tar xf - module_root="$(cat "target/machines/latest/module-root.txt")" echo "name=module-root=$module_root" >> $GITHUB_STATE echo -e "\x1b[1;34mWAVM module root:\x1b[0m $module_root" diff --git a/nitro-testnode b/nitro-testnode index 7ad12c0f1b..86fc5f6275 160000 --- a/nitro-testnode +++ b/nitro-testnode @@ -1 +1 @@ -Subproject commit 7ad12c0f1be75a72c7360d5258e0090f8225594e +Subproject commit 86fc5f6275c0269b5a5105bf78c1627d03b0ef9e