From e1bbe231824d645b24f561401a1b636a3d281aba Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 12:43:28 -0600 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 945ba4e64..122b871ee 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,14 +32,7 @@ jobs: distribution: 'adopt' java-version: ${{ matrix.java-version }} - run: mvn -B install --no-transfer-progress --file pom.xml - - - name: Upload Artifact - uses: actions/upload-artifact@v2 - with: - name: spring-petclinic - path: ${{ github.workspace }}/target/spring-petclinic* - - + build-image-and-publish: runs-on: ubuntu-latest needs: [build-and-test-matrix]