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/build.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,11 @@ on:
39
39
required: false
40
40
type: string
41
41
default: 'v1'
42
+
PICASSO_REPOSITORY:
43
+
description: 'Picasso version to use for the workflow scripts and utility functions. This should be a valid branch, tag or commit and it should match the version of the workflow used.'
44
+
required: false
45
+
type: string
46
+
default: 'open-craft/picasso'
42
47
USE_DYNAMIC_IMAGE_TAG:
43
48
description: 'If set to true, the image tag defined in config.yml will be ignored, and a dynamically generated tag will be used instead.'
44
49
required: false
@@ -114,7 +119,7 @@ jobs:
114
119
- name: Checkout Picasso repository for utility scripts
0 commit comments