Skip to content

Commit 740de98

Browse files
committed
fix: output value
1 parent c7c14f2 commit 740de98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-bump-push-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
environment: Build # To contain BUMP_PAT within an environment
2020
outputs:
21-
artifact_name: app-${{ steps.semver.outputs.nextStrict }}
21+
artifact_name: ${{ github.event.repository.name }}-${{ steps.semver.outputs.nextStrict }}
2222
new_tag: ${{ steps.semver.outputs.nextStrict }}
2323

2424
steps:

0 commit comments

Comments
 (0)