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 2862bed commit de82829Copy full SHA for de82829
.github/workflows/maven-bump-push-dockerhub.yml
@@ -50,6 +50,7 @@ jobs:
50
with:
51
token: ${{ github.token }}
52
patchAll: true
53
+ skipInvalidTags: true
54
55
- name: Set Next Version # So app can be packaged with correct version
56
run: mvn org.codehaus.mojo:versions-maven-plugin:set -DnewVersion=${{ steps.semver.outputs.nextStrict }}
0 commit comments