Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 4, 2024
1 parent 23afc4b commit 972be78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cleanup_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
- name: Get package names from bake definition
env:
JQ_FILTER: >-
.target
| map(select(has("output")))
| select(map(.output | index("type=docker")))[].tags[]
.target[]
| select(.output | index("type=docker")).tags[]
| split("/")[-1]
| split(":")[0]
run: |
Expand Down

0 comments on commit 972be78

Please sign in to comment.