mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
typo
This commit is contained in:
parent
9b9b8f8ee7
commit
fd063f4818
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci-learning.yml
vendored
6
.github/workflows/ci-learning.yml
vendored
|
@ -93,12 +93,12 @@ jobs:
|
|||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: app
|
||||
path: /tmp/petclinic.tar
|
||||
|
||||
path: /tmp/petclinic/
|
||||
|
||||
|
||||
- name: Load Docker images from previous workflows
|
||||
run: |
|
||||
docker load --input /tmp/petclinic.tar
|
||||
docker load --input /tmp/petclinic/petclinic.tar
|
||||
|
||||
- name: List all the container images on the runner
|
||||
run: docker image ls
|
||||
|
|
Loading…
Reference in a new issue