Skip to content

Commit

Permalink
check outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Sep 30, 2024
1 parent dd68080 commit 4ae7416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
outputs: type=oci,dest=/tmp/server.tar
push: ${{github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'release:')}}

- name: 'List /tmp directory contents'
run: ls -lh /tmp

- name: 'Validate Containers build'
run: |
docker load --input /tmp/cli.tar
Expand Down

0 comments on commit 4ae7416

Please sign in to comment.