Skip to content

Commit 4909490

Browse files
committed
Workflow update, singleuser cpu build fix.
1 parent c18251e commit 4909490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-jupyter-singleuser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
matrix:
6767
platform: [amd64, arm64]
6868
steps:
69+
- name: Checkout
70+
uses: actions/checkout@v3
71+
6972
- name: Build and Push CPU Image
7073
run: |
7174
docker build --platform linux/${{ matrix.platform }} \

0 commit comments

Comments
 (0)