Skip to content

Commit 6c632a1

Browse files
authored
Update release-maven-image.yml
1 parent 51e0941 commit 6c632a1

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
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
4141
with:
42-
app-path: "${{ env.app-path }}"
42+
app-path: "${{ inputs.app-path }}"
4343
registry-password: ${{ secrets.GITHUB_TOKEN }}
4444
registry: ghcr.io
4545
registry-username: ${{ github.actor }}

0 commit comments

Comments
 (0)