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