Skip to content

Commit

Permalink
fix(ci): fix jupyter-r filter on pull request CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Nov 28, 2023
1 parent 0bed79a commit 484f507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- 'charts/jupyter-pytorch/**'
jupyter-pytorch-gpu:
- 'charts/jupyter-pytorch-gpu/**'
jupyter-jupyter-r:
jupyter-r:
- 'charts/jupyter-r/**'
jupyter-tensorflow:
- 'charts/jupyter-tensorflow/**'
Expand Down
2 changes: 1 addition & 1 deletion utils/prepull_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def check_image_exists(image) -> bool:
Check if a given tag exists for a Docker image in DockerHub.
Parameters:
image (str): Full name of the Docker image, including tag (e.g., "library/nginx:latest").
image (str): Full name of the Docker image, including tag (e.g., "inseefrlab/onyxia-base:latest").
Returns:
bool: True if the tag exists, False otherwise.
Expand Down

0 comments on commit 484f507

Please sign in to comment.