mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
typo
This commit is contained in:
parent
9b9b8f8ee7
commit
fd063f4818
1 changed files with 3 additions and 3 deletions
4
.github/workflows/ci-learning.yml
vendored
4
.github/workflows/ci-learning.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue