Skip to content

Commit

Permalink
update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Staehler, Michael committed Dec 16, 2024
1 parent 46a370e commit d94bc76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
java-version: '21'
distribution: 'adopt'
cache: 'maven'
- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
--platform ${DOCKER_TARGET_PLATFORM} \
--tag docker.io/${DOCKER_IMAGE}:${{needs.build_tag_repo.outputs.release_version}} \
--tag ghcr.io/${DOCKER_IMAGE}:${{needs.build_tag_repo.outputs.release_version}} \
--file ./Dockerfile \
--file ./Dockerfile-single \
--output type=image,push=true .
- name: Generate changelog
id: changelog
Expand Down

0 comments on commit d94bc76

Please sign in to comment.