Skip to content

Commit f7a775f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- id: maven-release-step
2929
uses: it-at-m/.github/.github/actions/action-maven-release@reuseable-workflow
3030
with:
31-
app-path: "${{ env.app-path }}"
31+
app-path: "${{ github.event.inputs.app-path }}"
3232
releaseVersion: releaseVersion
3333
developmentVersion: developmentVersion
3434

@@ -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: "${{ inputs.app-path }}"
42+
app-path: "${{ github.event.inputs.app-path }}"
4343
registry-password: ${{ secrets.GITHUB_TOKEN }}
4444
registry: ghcr.io
4545
registry-username: ${{ github.actor }}

0 commit comments

Comments
 (0)