From 0017541d8231b71e692cae3715731db72053070b Mon Sep 17 00:00:00 2001 From: Akshay Jagadish Date: Wed, 26 May 2021 19:03:40 -0400 Subject: [PATCH] WIFI-2434: Update SDK master to use image tag 1.2.0-SNAPSHOT --- .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 c83bfdf..af08a72 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.1.0-SNAPSHOT + [ "$VERSION" == "master" ] && VERSION=1.2.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.1.0-SNAPSHOT + [ "$VERSION" == "master" ] && VERSION=1.2.0-SNAPSHOT echo IMAGE_ID=$IMAGE_ID echo VERSION=$VERSION