Skip to content

Commit 80d5ec2

Browse files
committed
ci(release): add JUPYTER_IMAGE_VERSION build arg to docker build
Set the JUPYTER_IMAGE_VERSION to 'latest' to ensure the latest version of the Jupyter image is used during the build process.
1 parent 47dc83f commit 80d5ec2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
cache-from: type=gha
5454
cache-to: type=gha,mode=max
5555
platforms: linux/amd64
56+
build-args: |
57+
JUPYTER_IMAGE_VERSION=latest
5658
5759
create-release:
5860
name: Create GitHub Release

0 commit comments

Comments
 (0)