mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 03:54:02 +02:00
Fix build.yml to start tagging latest version again. #patch
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -114,6 +114,7 @@ jobs:
|
||||
IMAGE_NAME: ghcr.io/${{ env.REPO_OWNER }}/decluttarr
|
||||
IMAGE_TAG: ${{ env.IMAGE_TAG }}
|
||||
run: |
|
||||
BRANCH_NAME="${{ github.ref_name }}"
|
||||
TAG_LATEST=""
|
||||
if [[ "$BRANCH_NAME" == "stable" ]]; then
|
||||
TAG_LATEST="-t $IMAGE_NAME:latest"
|
||||
|
||||
Reference in New Issue
Block a user