Skip to content

Commit

Permalink
⚗️ Try a different approach #1770
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Sep 21, 2023
1 parent 47b5eea commit db2c89c
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 db2c89c

Please sign in to comment.