File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,23 @@ jobs:
25
25
id : buildx
26
26
uses : docker/setup-buildx-action@v3
27
27
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
45
45
46
46
- name : Image digest
47
47
run : |
You can’t perform that action at this time.
0 commit comments