Skip to content

Commit

Permalink
fix typo in save command
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 6, 2025
1 parent c359eda commit cbff4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands:
echo "Build failed!"
exit 1
fi
docker save -o $DOCKER_TAG-web-shenandoah.tar
docker save -o $DOCKER_TAG-web-shenandoah.tar $DOCKER_REPO:$DOCKER_TAG-web-shenandoah
jobs:
build_backend:
Expand Down

0 comments on commit cbff4a4

Please sign in to comment.