Fixed typo on publish build

This commit is contained in:
Matt York 2023-10-15 12:44:47 +01:00
parent 2c06555570
commit 9b9b8f8ee7

View file

@ -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: |