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 51e0941 commit 6c632a1Copy full SHA for 6c632a1
.github/workflows/release-maven-image.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
41
with:
42
- app-path: "${{ env.app-path }}"
+ app-path: "${{ inputs.app-path }}"
43
registry-password: ${{ secrets.GITHUB_TOKEN }}
44
registry: ghcr.io
45
registry-username: ${{ github.actor }}
0 commit comments