mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update on CI pipeline to remove comment
This commit is contained in:
parent
1dee9acbd2
commit
f8549329da
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v4 # Update to the latest version if available
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
@ -69,6 +69,5 @@ jobs:
|
||||||
- name: Push Docker Image
|
- name: Push Docker Image
|
||||||
run: docker push samanthayeep/petclinic-app:latest
|
run: docker push samanthayeep/petclinic-app:latest
|
||||||
|
|
||||||
# Deploy step may need adjustment based on your deployment strategy
|
|
||||||
- name: Deploy Docker Container
|
- name: Deploy Docker Container
|
||||||
run: docker run -d -p 8082:8082 samanthayeep/petclinic-app:latest
|
run: docker run -d -p 8082:8082 samanthayeep/petclinic-app:latest
|
||||||
|
|
Loading…
Reference in a new issue