Merge pull request #140 from ublue-os/fix-pr-images

fix(ci): Use PR tag for pull request reviews
This commit is contained in:
Kyle Gospodnetich 2023-08-13 19:22:28 -07:00 committed by GitHub
commit e04c02757d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ jobs:
BUILD_TAGS+=("latest")
fi
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
if [[ "${{ github.event_name }}" == "pull_request_review" ]]; then
echo "Generated the following commit tags: "
for TAG in "${COMMIT_TAGS[@]}"; do
echo "${TAG}"