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 40abdcc commit 1462aceCopy full SHA for 1462ace
.github/workflows/release-maven-image.yml
@@ -23,6 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
outputs:
25
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
26
+ ARTIFACT_NAME: ${{ steps.artifact-name.outputs.artifact-name }}
27
env:
28
TZ: Europe/Berlin # timezone
29
steps:
@@ -43,7 +44,7 @@ jobs:
43
44
path: "${{ github.event.inputs.app-path }}"
45
image-name: "${{ github.event.inputs.app-path }}"
46
registry-password: ${{ secrets.GITHUB_TOKEN }}
- artifact-name: ${{join(steps.*.outputs.artifact-name)}}
47
+ artifact-name: ${{needs.release-maven.outputs.ARTIFACT_NAME}}}
48
registry: ghcr.io
49
registry-username: ${{ github.actor }}
50
image-tags: |
0 commit comments