Skip to content

Commit 1462ace

Browse files
authored
Update release-maven-image.yml
1 parent 40abdcc commit 1462ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-maven-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
outputs:
2525
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
26+
ARTIFACT_NAME: ${{ steps.artifact-name.outputs.artifact-name }}
2627
env:
2728
TZ: Europe/Berlin # timezone
2829
steps:
@@ -43,7 +44,7 @@ jobs:
4344
path: "${{ github.event.inputs.app-path }}"
4445
image-name: "${{ github.event.inputs.app-path }}"
4546
registry-password: ${{ secrets.GITHUB_TOKEN }}
46-
artifact-name: ${{join(steps.*.outputs.artifact-name)}}
47+
artifact-name: ${{needs.release-maven.outputs.ARTIFACT_NAME}}}
4748
registry: ghcr.io
4849
registry-username: ${{ github.actor }}
4950
image-tags: |

0 commit comments

Comments
 (0)