From 7588eae33dc1c3ced391eb185d8c52f5eb02d1fc Mon Sep 17 00:00:00 2001 From: AkshayJagadish-ne <66637665+AkshayJagadish-ne@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:17:42 -0400 Subject: [PATCH] Update dockerpublish.yml --- .github/workflows/dockerpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerpublish.yml b/.github/workflows/dockerpublish.yml index af08a72..fb8891f 100644 --- a/.github/workflows/dockerpublish.yml +++ b/.github/workflows/dockerpublish.yml @@ -61,7 +61,7 @@ jobs: [[ "${{ github.ref }}" == "refs/heads/release/"* ]] && VERSION=$(echo "${{ github.ref }}" | sed -e 's/refs\/heads\/release\/[v]//' | awk '{print $1"-SNAPSHOT"}') # Use Docker `latest` tag convention - [ "$VERSION" == "master" ] && VERSION=1.2.0-SNAPSHOT + [ "$VERSION" == "master" ] && VERSION=1.3.0-SNAPSHOT TIMESTAMP=$(date +'%Y-%m-%d') @@ -96,7 +96,7 @@ jobs: [[ "${{ github.ref }}" == "refs/heads/release/"* ]] && VERSION=$(echo "${{ github.ref }}" | sed -e 's/refs\/heads\/release\/[v]//' | awk '{print $1"-SNAPSHOT"}') # Use Docker `latest` tag convention - [ "$VERSION" == "master" ] && VERSION=1.2.0-SNAPSHOT + [ "$VERSION" == "master" ] && VERSION=1.3.0-SNAPSHOT echo IMAGE_ID=$IMAGE_ID echo VERSION=$VERSION