From 9b9b8f8ee7f5bec1aa8a291f99ed0bebd5426932 Mon Sep 17 00:00:00 2001 From: Matt York Date: Sun, 15 Oct 2023 12:44:47 +0100 Subject: [PATCH] Fixed typo on publish build --- .github/workflows/ci-learning.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-learning.yml b/.github/workflows/ci-learning.yml index a118c55fd..8d9e88531 100644 --- a/.github/workflows/ci-learning.yml +++ b/.github/workflows/ci-learning.yml @@ -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: |