Skip to content

Commit

Permalink
Disable NO_PUSH option - hence always push the image
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Nov 22, 2023
1 parent e105a88 commit 3baad1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3baad1f

Please sign in to comment.