This commit is contained in:
Matt York 2023-10-15 12:50:14 +01:00
parent 9b9b8f8ee7
commit fd063f4818

View file

@ -93,12 +93,12 @@ jobs:
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: app name: app
path: /tmp/petclinic.tar path: /tmp/petclinic/
- name: Load Docker images from previous workflows - name: Load Docker images from previous workflows
run: | run: |
docker load --input /tmp/petclinic.tar docker load --input /tmp/petclinic/petclinic.tar
- name: List all the container images on the runner - name: List all the container images on the runner
run: docker image ls run: docker image ls