Skip to content

Commit

Permalink
Update release-maven-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored Nov 14, 2024
1 parent a0eca0a commit 7558a98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion workflow-templates/ release-maven-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
ARTIFACT_NAME: ${{ steps.maven-release-step.outputs.artifact-name }}
env:
TZ: Europe/Berlin # timezone
steps:
Expand All @@ -33,6 +34,7 @@ jobs:
app-path: "/${{ github.event.inputs.app-path }}"
releaseVersion: "${{ github.event.inputs.releaseVersion }}"
developmentVersion: "${{ github.event.inputs.developmentVersion }}"
java-version: 17

build-image:
runs-on: ubuntu-latest
Expand All @@ -41,8 +43,9 @@ jobs:
- uses: it-at-m/.github/.github/actions/action-build-image@main
with:
path: "${{ github.event.inputs.app-path }}"
name: "${{ github.event.inputs.app-path }}"
image-name: "${{ github.event.inputs.app-path }}"
registry-password: ${{ secrets.GITHUB_TOKEN }}
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
registry: ghcr.io
registry-username: ${{ github.actor }}
image-tags: |
Expand All @@ -60,3 +63,6 @@ jobs:
draft: false
prerelease: false
generate_release_notes: false
draft: false
prerelease: false
generate_release_notes: false

0 comments on commit 7558a98

Please sign in to comment.