mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-12 04:14:06 +00:00
Merge pull request #140 from ublue-os/fix-pr-images
fix(ci): Use PR tag for pull request reviews
This commit is contained in:
commit
e04c02757d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user