We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3088a3 commit bf217f0Copy full SHA for bf217f0
.github/workflows/python-app.yml
@@ -42,16 +42,16 @@ jobs:
42
# docker run --rm -i hadolint/hadolint < Dockerfile.app
43
# docker run --rm -i hadolint/hadolint < Dockerfile.ollama
44
45
- docker-build:
46
- needs: build-and-test
47
- runs-on: ubuntu-latest
48
- if: github.ref == 'refs/heads/main'
+ # docker-build:
+ # needs: build-and-test
+ # runs-on: ubuntu-latest
+ # if: github.ref == 'refs/heads/main'
49
50
- steps:
51
- - uses: actions/checkout@v3
+ # steps:
+ # - uses: actions/checkout@v3
52
53
- - name: Set up Docker Buildx
54
- uses: docker/setup-buildx-action@v1
+ # - name: Set up Docker Buildx
+ # uses: docker/setup-buildx-action@v1
55
56
- name: Build Docker images
57
env:
0 commit comments