diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7747248..2187f23 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,23 +25,23 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3 - - name: Build and push base image - id: docker_build_base - uses: docker/build-push-action@v6 - with: - context: ./ - file: ./base.dockerfile - push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:base, ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook - - - name: Build and push devel image - id: docker_build_devel - uses: docker/build-push-action@v6 - with: - context: ./ - file: ./base-devel.dockerfile - push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:devel + # - name: Build and push base image + # id: docker_build_base + # uses: docker/build-push-action@v6 + # with: + # context: ./ + # file: ./base.dockerfile + # push: true + # tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:base, ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook + + # - name: Build and push devel image + # id: docker_build_devel + # uses: docker/build-push-action@v6 + # with: + # context: ./ + # file: ./base-devel.dockerfile + # push: true + # tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pytorch-notebook:devel - name: Image digest run: |