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 135ef11 commit 00b0cceCopy full SHA for 00b0cce
.github/workflows/nb-iso.yml
@@ -29,6 +29,6 @@ jobs:
29
context: .
30
file: ./Notebook-iso.Dockerfile
31
push: true
32
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso
33
- cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso:latest
+ cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso:latest
34
cache-to: type=inline
0 commit comments