Skip to content

Commit 96532e6

Browse files
authored
Upgrade repo2docker to 2024.07.0 (#293)
1 parent 35139ae commit 96532e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- '*.md'
8+
- "*.md"
99
- slides/**
1010
- images/**
1111
- .gitignore
@@ -25,4 +25,4 @@ jobs:
2525
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
2626
DOCKER_REGISTRY: ghcr.io
2727
IMAGE_NAME: ${{ github.repository }}
28-
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2024.03.0
28+
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2024.07.0

0 commit comments

Comments
 (0)