Skip to content

Commit 0a94b70

Browse files
authored
Update docker-build.yml
1 parent 201d87e commit 0a94b70

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
echo "Docker-related files:"
4949
find . -name "Dockerfile" -o -name "docker-compose.yml" -o -name "docker-compose.yaml"
5050
51-
# - name: Build with Docker Compose
52-
# run: |
53-
# echo "Starting Docker Compose build..."
54-
# docker compose build --progress=plain
55-
# echo "Docker Compose build completed successfully!"
51+
- name: Build with Docker Compose
52+
run: |
53+
echo "Starting Docker Compose build..."
54+
docker compose build --progress=plain
55+
echo "Docker Compose build completed successfully!"
5656
57-
# - name: List built images
58-
# run: |
59-
# echo "Built Docker images:"
60-
# docker images
57+
- name: List built images
58+
run: |
59+
echo "Built Docker images:"
60+
docker images
6161
6262
# Optional - Add a test step that runs your container
6363
# - name: Test container

0 commit comments

Comments
 (0)