Skip to content

Commit 628fe30

Browse files
deploy yml Updated
1 parent 1833386 commit 628fe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Print Docker container logs
4747
run: |
4848
echo "Fetching logs from the Docker container..."
49-
docker logs --tail 500 springboot-container
49+
docker logs springboot-container
5050
5151
# Optionally, stop the container after the test
5252
- name: Stop the Docker container

0 commit comments

Comments
 (0)