Skip to content

Commit 30b33bf

Browse files
authored
Update release-maven-image.yml
1 parent 50c82ba commit 30b33bf

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
@@ -41,7 +41,7 @@ jobs:
4141
- uses: it-at-m/.github/.github/actions/action-build-image@main
4242
with:
4343
path: "${{ github.event.inputs.app-path }}"
44-
name: "${{ github.event.inputs.app-path }}"
44+
image-name: "${{ github.event.inputs.app-path }}"
4545
registry-password: ${{ secrets.GITHUB_TOKEN }}
4646
artifact-name: ${{join(steps.*.outputs.artifact-name)}}
4747
registry: ghcr.io

0 commit comments

Comments
 (0)