Skip to content

Commit

Permalink
Fix build.yml to start tagging latest version again. #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Oct 9, 2024
1 parent 82e7901 commit 6106f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6106f3b

Please sign in to comment.