We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2024.07.0
1 parent 35139ae commit 96532e6Copy full SHA for 96532e6
1 file changed
.github/workflows/build-docker-image.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
paths-ignore:
8
- - '*.md'
+ - "*.md"
9
- slides/**
10
- images/**
11
- .gitignore
@@ -25,4 +25,4 @@ jobs:
25
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
26
DOCKER_REGISTRY: ghcr.io
27
IMAGE_NAME: ${{ github.repository }}
28
- FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2024.03.0
+ FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2024.07.0
0 commit comments