Skip to content

Commit

Permalink
Indent the docker command
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario committed Jul 4, 2024
1 parent a38283d commit c13fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- run: |
docker manifest inspect ghcr.io/flyteorg/flytecookbook:${{ matrix.example }}-${{ github.sha }}
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 c13fb37

Please sign in to comment.