Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 5994ab6

Browse files
committed
Fix syntax for Docker container creation in CI pipeline
1 parent 2d88e1e commit 5994ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
tar c ./maddy-$ver-aarch64-linux-musl | zstd > /maddy-aarch64-linux-musl.tar.zst
168168
EOF
169169
docker build -t maddy-builder .
170-
container_id=$(docker.create maddy-builder)
170+
container_id=$(docker create maddy-builder)
171171
docker cp $container_id:/maddy-aarch64-linux-musl.tar.zst .
172172
docker rm $container_id
173173
- name: Upload binary tree

0 commit comments

Comments
 (0)