Skip to content

Commit

Permalink
fix(ci): Ensure default tag is set in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Jun 18, 2024
1 parent c42bd30 commit 77ae37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
echo "${TAG}"
done
alias_tags=("${COMMIT_TAGS[@]}")
echo "DEFAULT_TAG=${SHA_SHORT}" >> $GITHUB_ENV
else
alias_tags=("${BUILD_TAGS[@]}")
fi
Expand Down

0 comments on commit 77ae37b

Please sign in to comment.