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 eae6d95 commit c12ad69Copy full SHA for c12ad69
.github/workflows/release-maven-image.yml
@@ -44,7 +44,7 @@ jobs:
44
path: "${{ github.event.inputs.app-path }}"
45
image-name: "${{ github.event.inputs.app-path }}"
46
registry-password: ${{ secrets.GITHUB_TOKEN }}
47
- artifact-name: ${{needs.release-maven.outputs.ARTIFACT_NAME}}}
+ artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
48
registry: ghcr.io
49
registry-username: ${{ github.actor }}
50
image-tags: |
0 commit comments