From 4e7ddc5f76589c57396b84182c8d675dd3ddbc76 Mon Sep 17 00:00:00 2001 From: "Baruch Odem (Rothkoff)" Date: Sun, 26 Apr 2020 18:53:48 +0300 Subject: [PATCH] Fix latest tag --- .github/workflows/Docker-Publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docker-Publish.yml b/.github/workflows/Docker-Publish.yml index 190c585..39948b2 100644 --- a/.github/workflows/Docker-Publish.yml +++ b/.github/workflows/Docker-Publish.yml @@ -67,7 +67,7 @@ jobs: [[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//') # Use Docker `latest` tag convention - [ "$VERSION" == "master" ] && VERSION=latest + [ "$VERSION" == "production" ] && VERSION=latest echo IMAGE_ID=$IMAGE_ID echo VERSION=$VERSION