diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2a52a6a6a..047629f5e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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: |