Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthdaniel authored Mar 30, 2021
1 parent 733159a commit dbd87d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
S2I_URI: https://api.github.com/repos/openshift/source-to-image/releases/latest
CEKIT_VERSION: 3.8
DOCKER_USERID: ${{ secrets.DOCKER_USERID }}
LIBERTY_VERSION: ${{ github.event.release.tag_name }}
jobs:
wasci:
name: WebSphere Liberty s2i Build and Test
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
- name: Push to dockerhub
if: env.DOCKER_USERID != ''
run: |
LIBERTY_VERSION=20.0.0.12
LIBERTY_VERSION=${{ env.LIBERTY_VERSION }}
JAVA8_IMAGE_VERSION=${LIBERTY_VERSION}-java8
JAVA8_RUNTIME_IMAGE_VERSION=${LIBERTY_VERSION}-runtime-java8
JAVA11_IMAGE_VERSION=${LIBERTY_VERSION}-java11
Expand Down

0 comments on commit dbd87d2

Please sign in to comment.