Skip to content

Commit

Permalink
Merge pull request #58 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 1135d0d + a8177af commit be94602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: '21'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Build and Publish Docker Image
name: Test and Build

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions backend/pms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<groupId>com.mini</groupId>
<artifactId>pms</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>pms</name>
<name>mini-pms</name>
<description>PMS project for Spring Boot</description>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit be94602

Please sign in to comment.