Skip to content

Commit

Permalink
fix: here too
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 20, 2020
1 parent f234137 commit a9e130b
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 @@ -50,7 +50,7 @@ jobs:
name: save docker images
command: |
HEROKUISH_VERSION=$(grep HEROKUISH_VERSION deb.mk | head -n1 | cut -d' ' -f3)
docker pull gliderlabs/herokuish:$HEROKUISH_VERSION
docker pull gliderlabs/herokuish:v$HEROKUISH_VERSION
docker save -o build/herokuish.tar gliderlabs/herokuish:v$HEROKUISH_VERSION
docker pull node:4
docker save -o build/node.tar node:4
Expand Down

0 comments on commit a9e130b

Please sign in to comment.