mirror of https://github.com/CIRCL/lookyloo
chg: Cleanup docker publish action
parent
d18f5f4f88
commit
bc6df900c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue