Skip to content

Commit bf217f0

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-app.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ 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'
45+
# docker-build:
46+
# needs: build-and-test
47+
# runs-on: ubuntu-latest
48+
# if: github.ref == 'refs/heads/main'
4949

50-
steps:
51-
- uses: actions/checkout@v3
50+
# steps:
51+
# - uses: actions/checkout@v3
5252

53-
- name: Set up Docker Buildx
54-
uses: docker/setup-buildx-action@v1
53+
# - name: Set up Docker Buildx
54+
# uses: docker/setup-buildx-action@v1
5555

5656
- name: Build Docker images
5757
env:

0 commit comments

Comments
 (0)