Skip to content

Commit 00b0cce

Browse files
committed
fix nb-iso
1 parent 135ef11 commit 00b0cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nb-iso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
context: .
3030
file: ./Notebook-iso.Dockerfile
3131
push: true
32-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso
33-
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso
32+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso:latest
33+
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/notebook-iso:latest
3434
cache-to: type=inline

0 commit comments

Comments
 (0)