We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f347253 commit daa5084Copy full SHA for daa5084
.github/workflows/docker-jupyter-image.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: docker/setup-buildx-action@v3
24
25
- name: Build and push Docker image
26
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
27
with:
28
context: ./containers
29
file: ./containers/Dockerfile.jupyter
0 commit comments