Skip to content

Commit

Permalink
Merge branch 'release/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
euskadi31 committed Jan 13, 2019
2 parents 6c595fc + e062e97 commit 59ebef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ consumes:
- "application/json"
info:
title: "Hyperpic API"
version: "v1.2.1"
version: "v1.2.2"
x-logo:
url: "https://cdn.rawgit.com/hyperscale/hyperpic/master/_resources/hyperpic.svg"
description: Fast HTTP microservice for high-level image processing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ docker build --rm \
# tagging latest only master branch
if [ "$LATEST" == "true" ]; then
echo "Tagging $DOCKER_ORGANISATION/$DOCKER_REPO:latest.."
docker tag "$DOCKER_ORGANISATION/$DOCKER_REPO" "$DOCKER_ORGANISATION/$DOCKER_REPO:latest"
docker tag "$DOCKER_ORGANISATION/$DOCKER_REPO:$DOCKER_TAG" "$DOCKER_ORGANISATION/$DOCKER_REPO:latest"
fi

# pushing only in CI mode
Expand Down

0 comments on commit 59ebef0

Please sign in to comment.