Fix GITHUB_OUTPUT
#88
docker_hub_build.yml
on: push
build-docker-image
10m 41s
Annotations
1 error and 1 warning
build-docker-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$release\" = \"Y\" ] ; then echo 'Building in release mode.' ; WASM_BUILD_TOOLCHAIN=$nightly cargo build --profile=release $features ; mv /dock-node/target/release/dock-node /dock-node/target/; else echo 'Building in production mode.' ; WASM_BUILD_TOOLCHAIN=$nightly cargo build --profile=production $features ; mv /dock-node/target/production/dock-node /dock-node/target/; fi" did not complete successfully: exit code: 1
|
build-docker-image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|