Skip to content

Commit

Permalink
Merge pull request #57 from vicheanath/docker-setup
Browse files Browse the repository at this point in the history
fix: build docker
  • Loading branch information
vicheanath authored Feb 7, 2024
2 parents f7e2a8b + 03af5c2 commit 1135d0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:
# - name: Run Tests
# run: cd backend/pms && mvn test

- name: Build with Maven
run: cd backend/pms && mvn clean package

2 changes: 1 addition & 1 deletion backend/pms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21.04-jdk-slim
FROM openjdk:21-ea-slim

WORKDIR /app

Expand Down

0 comments on commit 1135d0d

Please sign in to comment.