Skip to content

Commit

Permalink
removed jdk and maven setup for building image
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Nov 23, 2024
1 parent cb5cc02 commit ce4a290
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v4
with:
maven-version: '3.8.6'
- name: Build with maven
run: mvn clean package -DskipTests
- name: Login to Github container registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit ce4a290

Please sign in to comment.