mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 16:43:06 +08:00
Fix latest tag
This commit is contained in:
parent
1a967c5f41
commit
4e7ddc5f76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Docker-Publish.yml
vendored
2
.github/workflows/Docker-Publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue