Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Nov 29, 2024
1 parent bf217f0 commit 69951da
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,18 @@ jobs:
# docker run --rm -i hadolint/hadolint < Dockerfile.app
# docker run --rm -i hadolint/hadolint < Dockerfile.ollama

# docker-build:
# needs: build-and-test
# runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'

# steps:
# - uses: actions/checkout@v3

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Build Docker images
env:
AT_USERNAME: ${{ secrets.AT_USERNAME }}
AT_API_KEY: ${{ secrets.AT_API_KEY }}
run: |
make docker_run
- name: Cleanup Docker resources
run: |
docker-compose down --remove-orphans

0 comments on commit 69951da

Please sign in to comment.