Skip to content

Commit 69951da

Browse files
authored
Update python-app.yml
1 parent bf217f0 commit 69951da

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/python-app.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,18 @@ jobs:
4242
# docker run --rm -i hadolint/hadolint < Dockerfile.app
4343
# docker run --rm -i hadolint/hadolint < Dockerfile.ollama
4444

45-
# docker-build:
46-
# needs: build-and-test
47-
# runs-on: ubuntu-latest
48-
# if: github.ref == 'refs/heads/main'
49-
50-
# steps:
51-
# - uses: actions/checkout@v3
52-
53-
# - name: Set up Docker Buildx
54-
# uses: docker/setup-buildx-action@v1
45+
- name: Install Docker Compose
46+
run: |
47+
sudo apt-get update
48+
sudo apt-get install -y docker-compose
5549
5650
- name: Build Docker images
5751
env:
5852
AT_USERNAME: ${{ secrets.AT_USERNAME }}
5953
AT_API_KEY: ${{ secrets.AT_API_KEY }}
6054
run: |
6155
make docker_run
56+
6257
- name: Cleanup Docker resources
6358
run: |
6459
docker-compose down --remove-orphans

0 commit comments

Comments
 (0)