chg: Cleanup docker publish action

pull/78/head
Raphaël Vinot 2020-07-08 15:28:57 +02:00
parent d18f5f4f88
commit bc6df900c4
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ on:
pull_request:
env:
# TODO: Change variable to your image's name.
IMAGE_NAME: lookyloo
jobs:
@ -67,7 +66,7 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
# Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest
[ "$VERSION" == "main" ] && VERSION=latest
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION