From f8549329da57048dbd5c3cdc1633e5f8c704649d Mon Sep 17 00:00:00 2001 From: samanthayeep Date: Thu, 29 Aug 2024 14:45:37 +0800 Subject: [PATCH] Update on CI pipeline to remove comment --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4f70dd06..f49f18bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4 # Update to the latest version if available + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: '17' @@ -69,6 +69,5 @@ jobs: - name: Push Docker Image run: docker push samanthayeep/petclinic-app:latest - # Deploy step may need adjustment based on your deployment strategy - name: Deploy Docker Container run: docker run -d -p 8082:8082 samanthayeep/petclinic-app:latest