We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223e684 commit 8084416Copy full SHA for 8084416
.github/workflows/maven-bump-push-dockerhub.yml
@@ -78,12 +78,6 @@ jobs:
78
path: target/*.jar
79
if-no-files-found: error
80
81
- - name: Upload Coverage Report Artifact
82
- uses: actions/upload-artifact@v4
83
- with:
84
- name: ${{ github.event.repository.name }}-${{ steps.semver.outputs.nextStrict }}-coverage-report
85
- path: target/site/jacoco/*
86
-
87
docker:
88
name: Docker Build and Push
89
if: ${{ inputs.docker == true || inputs.docker == 'true' }}
0 commit comments