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 6c632a1 commit f7a775fCopy full SHA for f7a775f
.github/workflows/release-maven-image.yml
@@ -28,7 +28,7 @@ jobs:
28
- id: maven-release-step
29
uses: it-at-m/.github/.github/actions/action-maven-release@reuseable-workflow
30
with:
31
- app-path: "${{ env.app-path }}"
+ app-path: "${{ github.event.inputs.app-path }}"
32
releaseVersion: releaseVersion
33
developmentVersion: developmentVersion
34
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
41
42
- app-path: "${{ inputs.app-path }}"
43
registry-password: ${{ secrets.GITHUB_TOKEN }}
44
registry: ghcr.io
45
registry-username: ${{ github.actor }}
0 commit comments