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 5b23d3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cleanup_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: Get package names from bake definition
run: |
docker buildx bake --print > bake.json
- name: upload bake.json
uses: actions/upload-artifact@v4
with:
name: bake.json
- name: Get package names from bake definition
env:
JQ_FILTER: >-
Expand Down

0 comments on commit 5b23d3a

Please sign in to comment.