File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments