indent
Michael Burns committed
Jul 11, 2021 at 07:17 UTC
f439629a888c323c836042aed042a88d59312175
1 file changed
+1
-1
.circleci/config.yml
+1
-1
@@ -344,7 +344,7 @@ jobs:
344
- run:
345
name: Build Docker Extras image
346
command: |
347
- docker build --build-arg IPFS_PLUGINS="peerlog" -t "$IMAGE_NAME-extras:$WIP_IMAGE_TAG" .
347
+ docker build --build-arg IPFS_PLUGINS="peerlog" -t "$IMAGE_NAME-extras:$WIP_IMAGE_TAG" .
348
- run:
349
name: Archive Docker Extras image
350
command: docker save -o go-ipfs-extras-image.tar $IMAGE_NAME