diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index d598b01..ea960ec 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -99,9 +99,9 @@ jobs: # ref: https://repo2docker.readthedocs.io/en/latest/usage.html#cmdoption-jupyter-repo2docker-subdir REPO2DOCKER_EXTRA_ARGS: "--subdir images/${{ matrix.jobs.image-name }}" - # If the event that triggered this workflow was a pull request, the image - # will be built but not pushed to the registry - NO_PUSH: ${{ github.event_name == 'pull_request' }} + # # If the event that triggered this workflow was a pull request, the image + # # will be built but not pushed to the registry + # NO_PUSH: ${{ github.event_name == 'pull_request' }} # Lets us monitor disks getting full as images get bigger over time - name: Show how much disk space is left