You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/check-submission.yml
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,18 @@ on:
28
28
required: false
29
29
default: ghcr.io
30
30
31
+
container-registry-username:
32
+
description: Username to container registry
33
+
type: string
34
+
required: false
35
+
default: ${{ github.actor }}
36
+
37
+
container-registry-password:
38
+
description: Password to container registry
39
+
type: string
40
+
required: false
41
+
default: ${{ secrets.GITHUB_TOKEN }}
42
+
31
43
binder-cache-branch:
32
44
description: If set (default), the built container image will be written to .binder/Dockerfile and pushed to this branch. To disable this, set it to the empty string.
0 commit comments