Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit de7278e

Browse files
committed
Fix .circleci/config.yml
1 parent ca544f3 commit de7278e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
version: 18.05.0-ce
1111
- run: docker build --pull -t ${DOCKER_HUB_IMAGE} .
1212
- run: mkdir -p workspace
13-
- run: docker save ${DOCKER_HUB_IMAGE} | gzip > image.tar.gz
13+
- run: docker save ${DOCKER_HUB_IMAGE} | gzip > workspace/image.tar.gz
1414
- persist_to_workspace:
1515
root: /workdir/workspace
1616
paths:

0 commit comments

Comments
 (0)