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]