Skip to content

Commit

Permalink
Merge pull request #166 from ManiMatter/dev
Browse files Browse the repository at this point in the history
Fix build.yml to start tagging latest version again. #patch
  • Loading branch information
ManiMatter authored Oct 9, 2024
2 parents 6cdf7a5 + 6106f3b commit c022ff3
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 c022ff3

Please sign in to comment.