Skip to content

Commit

Permalink
build separate containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Huisman committed Nov 14, 2024
1 parent 6f56cc5 commit 89148ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build and publish OCI image
if: github.event_name != 'pull_request'
run: |
pack build ghcr.io/ictu/pseudoniemenservice \
pack build ghcr.io/ictu/pseudoniemenservice-${{ matrix.platform }} \
--builder docker.io/paketobuildpacks/builder-jammy-buildpackless-tiny \
--buildpack gcr.io/paketo-buildpacks/java \
--path . \
Expand Down

0 comments on commit 89148ff

Please sign in to comment.