Skip to content

Commit

Permalink
πŸ› Fix array concatenation #1770
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Sep 21, 2023
1 parent 9805786 commit 5ae3327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-cleanup_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Get tags to keep from output.json
id: get-tags
run: |
TAGS=$(jq -r '[.web[], .studio[]] | unique[] | join(", ")' latest-prod-tags.json)
TAGS=$(jq -r '[(.web + .studio)[]] | unique[] | join(", ")' latest-prod-tags.json)
echo "TAGS_TO_KEEP=$TAGS" >> $GITHUB_ENV
echo "TAGS TO KEEP: $TAGS"
Expand Down

0 comments on commit 5ae3327

Please sign in to comment.