Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Dec 3, 2024
1 parent 930c971 commit 2b73cd0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# - name: Setup Java
# uses: actions/setup-java@v4
# with:
# java-version: '21'
# distribution: 'liberica'
# cache: maven
#
# - name: Build with Maven
# run: mvn --batch-mode -Dmaven.test.skip=true --no-transfer-progress package

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand All @@ -75,10 +65,8 @@ jobs:
- name: Build and publish OCI image
run: |
pack build ghcr.io/ictu/pseudoniemenservice \
--force-color --clear-cache \
--builder docker.io/paketobuildpacks/builder-jammy-buildpackless-tiny \
--buildpack gcr.io/paketo-buildpacks/java-native-image \
--publish \
--env BP_NATIVE_IMAGE=true \
--env BP_MAVEN_ACTIVE_PROFILES=native

0 comments on commit 2b73cd0

Please sign in to comment.