Skip to content

Commit

Permalink
show available images
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 16, 2024
1 parent 0e9bc34 commit a585bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
path: /tmp

- name: Load Docker images
run: ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 docker load -i
run: |
ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 docker load -i
docker image ls -a
- name: Verify docker-compose
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
Expand Down

0 comments on commit a585bb2

Please sign in to comment.