File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -42,23 +42,18 @@ jobs:
42
42
# docker run --rm -i hadolint/hadolint < Dockerfile.app
43
43
# docker run --rm -i hadolint/hadolint < Dockerfile.ollama
44
44
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
55
49
56
50
- name : Build Docker images
57
51
env :
58
52
AT_USERNAME : ${{ secrets.AT_USERNAME }}
59
53
AT_API_KEY : ${{ secrets.AT_API_KEY }}
60
54
run : |
61
55
make docker_run
56
+
62
57
- name : Cleanup Docker resources
63
58
run : |
64
59
docker-compose down --remove-orphans
You can’t perform that action at this time.
0 commit comments