mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +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
|
- name: Run Maven tests
|
||||||
run: mvn test
|
run: mvn test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##############################
|
|
||||||
|
|
||||||
container-build:
|
container-build:
|
||||||
|
|
||||||
|
@ -96,6 +91,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts (Docker images) from previous workflows
|
- name: Download artifacts (Docker images) from previous workflows
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
with:
|
||||||
|
name: app
|
||||||
|
path: /tmp/petclinic.tar
|
||||||
|
|
||||||
|
|
||||||
- name: Load Docker images from previous workflows
|
- name: Load Docker images from previous workflows
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue