Skip to content

Commit

Permalink
⚗️ Experiment array manipulation #1770
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Sep 21, 2023
1 parent b288d3b commit 26b5c13
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[] | "*" + .] | join(", ")' latest-prod-tags.json)
TAGS=$(jq -r '[[.web[] | "web*:" + .] | join(", "), [.studio[] | "studio*:" + .] | join(", ")]' latest-prod-tags.json)
echo "TAGS_TO_KEEP=$TAGS" >> $GITHUB_ENV
echo "TAGS TO KEEP: $TAGS"
Expand Down

0 comments on commit 26b5c13

Please sign in to comment.