Skip to content

Commit 59bd792

Browse files
n3rdc4ptnCopilot
andauthored
Update .github/workflows/clean-main-images.yml
Co-authored-by: Copilot <[email protected]>
1 parent eea2d51 commit 59bd792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Delete old ${{ env.TAG_PREFIX }}* tags using GitHub API, keep ${{ env.KEEP_X_IMAGES }}
3131
run: |
3232
set -e
33+
set -o pipefail
3334
3435
# Get all ${{ env.TAG_PREFIX }}* tags and their version IDs, sorted by tag (descending)
3536
VERSIONS=$(gh api -H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)