Make build available to Docker job

This commit is contained in:
Eros Candelaresi 2021-07-15 16:06:34 +02:00
parent 8240e0a670
commit e980e1ec80

View file

@ -47,6 +47,10 @@ jobs:
runs-on: ubuntu-latest
needs: [ Build-Petclinic ]
steps:
- uses: actions/download-artifact@v2
with:
name: petclinic-build
path: target/
- name: Set up Docker
uses: docker/build-push-action@v2
with: