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 50c82ba commit 30b33bfCopy full SHA for 30b33bf
.github/workflows/release-maven-image.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: it-at-m/.github/.github/actions/action-build-image@main
42
with:
43
path: "${{ github.event.inputs.app-path }}"
44
- name: "${{ github.event.inputs.app-path }}"
+ image-name: "${{ github.event.inputs.app-path }}"
45
registry-password: ${{ secrets.GITHUB_TOKEN }}
46
artifact-name: ${{join(steps.*.outputs.artifact-name)}}
47
registry: ghcr.io
0 commit comments