Skip to content

Commit

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

0 comments on commit f234137

Please sign in to comment.