Skip to content

Commit

Permalink
Emit debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jul 4, 2024
1 parent 18496e8 commit a38283d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
tags: ghcr.io/flyteorg/flytecookbook:${{ matrix.example }}-${{ github.sha }},ghcr.io/flyteorg/flytecookbook:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- run: |
docker manifest inspect ghcr.io/flyteorg/flytecookbook:${{ matrix.example }}-${{ github.sha }}
- name: Pyflyte package
working-directory: examples/${{ matrix.example }}
run: |
Expand Down

0 comments on commit a38283d

Please sign in to comment.