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 8743946 commit 9aa6087Copy full SHA for 9aa6087
.github/workflows/release-maven-image.yml
@@ -43,6 +43,7 @@ jobs:
43
path: "${{ github.event.inputs.app-path }}"
44
name: "${{ github.event.inputs.app-path }}"
45
registry-password: ${{ secrets.GITHUB_TOKEN }}
46
+ artifact-name: ${{join(steps.*.outputs.artifact-name)}}
47
registry: ghcr.io
48
registry-username: ${{ github.actor }}
49
image-tags: |
0 commit comments