Skip to content

Commit c12ad69

Browse files
authored
Update release-maven-image.yml
1 parent eae6d95 commit c12ad69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: "${{ github.event.inputs.app-path }}"
4545
image-name: "${{ github.event.inputs.app-path }}"
4646
registry-password: ${{ secrets.GITHUB_TOKEN }}
47-
artifact-name: ${{needs.release-maven.outputs.ARTIFACT_NAME}}}
47+
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
4848
registry: ghcr.io
4949
registry-username: ${{ github.actor }}
5050
image-tags: |

0 commit comments

Comments
 (0)