Skip to content

Commit

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

- name: Test
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'liberica'
cache: maven

- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify

# - name: Extract metadata (tags, labels) for Docker
# id: meta
# if: github.event_name != 'pull_request'
# uses: docker/metadata-action@v5
# with:
# images: ghcr.io/ictu/pseudoniemenservice

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4e74210

Please sign in to comment.