Skip to content

Commit

Permalink
Release 2.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffle committed Mar 24, 2020
1 parent 882a0cb commit 9475e53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-sakuli-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ make build test prepare-release \
IMAGE_NAME=sakuli-s2i \
BASE_IMAGE=sakuli \
BASE_IMAGE_VERSION=2.3.0 \
TAG_VERSION=2.3.0
TAG_VERSION=2.3.0-1
2 changes: 1 addition & 1 deletion build-sakuli-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ make build test prepare-release \
IMAGE_NAME=sakuli-s2i-remote-connection \
BASE_IMAGE=sakuli-remote-connection \
BASE_IMAGE_VERSION=2.3.0 \
TAG_VERSION=2.3.0
TAG_VERSION=2.3.0-1
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export VERSION="2.3.0"
export VERSION="2.3.0-1"

make release IMAGE_NAME=sakuli-s2i TAG_VERSION=${VERSION}
make release IMAGE_NAME=sakuli-s2i-remote-connection TAG_VERSION=${VERSION}

0 comments on commit 9475e53

Please sign in to comment.