Skip to content

Commit a0488c8

Browse files
committed
fix: disable docker build using github ci runners due to the runner constraints
1 parent 19b2ee7 commit a0488c8

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/docker-image.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ jobs:
2525
id: buildx
2626
uses: docker/setup-buildx-action@v3
2727

28-
- name: Build and push base image
29-
id: docker_build_base
30-
uses: docker/build-push-action@v6
31-
with:
32-
context: ./
33-
file: ./base.dockerfile
34-
push: true
35-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:base, ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook
36-
37-
- name: Build and push devel image
38-
id: docker_build_devel
39-
uses: docker/build-push-action@v6
40-
with:
41-
context: ./
42-
file: ./base-devel.dockerfile
43-
push: true
44-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:devel
28+
# - name: Build and push base image
29+
# id: docker_build_base
30+
# uses: docker/build-push-action@v6
31+
# with:
32+
# context: ./
33+
# file: ./base.dockerfile
34+
# push: true
35+
# tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:base, ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook
36+
37+
# - name: Build and push devel image
38+
# id: docker_build_devel
39+
# uses: docker/build-push-action@v6
40+
# with:
41+
# context: ./
42+
# file: ./base-devel.dockerfile
43+
# push: true
44+
# tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:devel
4545

4646
- name: Image digest
4747
run: |

0 commit comments

Comments
 (0)