Skip to content

Commit 6f22fee

Browse files
committed
fix: ci issue
1 parent 2a96fd3 commit 6f22fee

File tree

3 files changed

+865
-755
lines changed

3 files changed

+865
-755
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ jobs:
9999
COPY /target/release/fendermint /app/output/bin/fendermint
100100
COPY /target/release/ipc-cli /app/output/bin/ipc-cli
101101
EOF
102-
102+
103103
## Append the runner build phase to the Dockerfile.
104104
cat fendermint/docker/runner.Dockerfile >> /tmp/Dockerfile
105-
105+
106106
## Print the Dockerfile for debugging.
107107
echo "Dockerfile:"
108108
cat /tmp/Dockerfile
109-
109+
110110
## Create the temporary .dockerignore file.
111111
cat <<EOF > /tmp/Dockerfile.dockerignore
112112
target
@@ -115,11 +115,11 @@ jobs:
115115
contracts/cache
116116
contracts/node-modules
117117
EOF
118-
118+
119119
## Print the .dockerignore file for debugging.
120120
echo "Dockerfile.dockerignore:"
121121
cat /tmp/Dockerfile.dockerignore
122-
122+
123123
## Build the Docker image.
124124
DOCKER_BUILDKIT=1 docker build \
125125
--load \

0 commit comments

Comments
 (0)