mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Make build available to Docker job
This commit is contained in:
parent
8240e0a670
commit
e980e1ec80
1 changed files with 4 additions and 0 deletions
4
.github/workflows/petclinic.yaml
vendored
4
.github/workflows/petclinic.yaml
vendored
|
@ -47,6 +47,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ Build-Petclinic ]
|
needs: [ Build-Petclinic ]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/download-artifact@v2
|
||||||
|
with:
|
||||||
|
name: petclinic-build
|
||||||
|
path: target/
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue