Skip to content

Commit

Permalink
Merge pull request #28 from smartcitiesdata/smrt-1284
Browse files Browse the repository at this point in the history
SMRT-1284 Pushes images with correct tag
  • Loading branch information
Nathaniel Scott Stevens authored Jun 5, 2019
2 parents c246a9a + cf8a549 commit a38e1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ fi

echo "Pushing to Dockerhub with tag ${TAGGED_IMAGE} ..."

docker tag kdp:build "${TAGGED_IMAGE}"
docker tag ${IMAGE}:build "${TAGGED_IMAGE}"
docker push "${TAGGED_IMAGE}"

0 comments on commit a38e1e1

Please sign in to comment.