Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hofmann committed Sep 1, 2020
1 parent f909c1a commit 82bc7d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Login to Dockerhub
run: docker login -u ${{ secrets.DOCKER_USER }} -p "${{ secrets.DOCKER_PASSWORD }}"
- name: Get latest Sakuli version number
run: echo "::set-env name=SAKULI_VERSION::${GITHUB_REF#refs/*/v}
run: echo "::set-env name=SAKULI_VERSION::${GITHUB_REF#refs/*/v}"
- name: Build, test and release s2i images
run: |
export PATH=$PATH:$HOME
Expand Down
4 changes: 2 additions & 2 deletions build-sakuli-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
make build test prepare-release \
IMAGE_NAME=sakuli-s2i \
BASE_IMAGE=sakuli \
BASE_IMAGE_VERSION=2.3.0 \
TAG_VERSION=2.3.0-2
BASE_IMAGE_VERSION=2.4.0 \
TAG_VERSION=2.4.0
4 changes: 2 additions & 2 deletions build-sakuli-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
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-2
BASE_IMAGE_VERSION=2.4.0 \
TAG_VERSION=2.4.0
4 changes: 2 additions & 2 deletions 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-2"
export VERSION="2.4.0"

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

0 comments on commit 82bc7d7

Please sign in to comment.