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 c7c14f2 commit 740de98Copy full SHA for 740de98
.github/workflows/maven-bump-push-dockerhub.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
environment: Build # To contain BUMP_PAT within an environment
20
outputs:
21
- artifact_name: app-${{ steps.semver.outputs.nextStrict }}
+ artifact_name: ${{ github.event.repository.name }}-${{ steps.semver.outputs.nextStrict }}
22
new_tag: ${{ steps.semver.outputs.nextStrict }}
23
24
steps:
0 commit comments