mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Fixed typo on publish build
This commit is contained in:
parent
2c06555570
commit
9b9b8f8ee7
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci-learning.yml
vendored
9
.github/workflows/ci-learning.yml
vendored
|
@ -45,11 +45,6 @@ jobs:
|
|||
- name: Run Maven tests
|
||||
run: mvn test
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
##############################
|
||||
|
||||
container-build:
|
||||
|
||||
|
@ -96,6 +91,10 @@ jobs:
|
|||
steps:
|
||||
- name: Download artifacts (Docker images) from previous workflows
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: app
|
||||
path: /tmp/petclinic.tar
|
||||
|
||||
|
||||
- name: Load Docker images from previous workflows
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue