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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Every workflowTemplate folder has the following structure and files: <br>
71
71
Every version folder has the following structure and files: <br>
72
72
*`workflowTemplate.yaml` - the main manifest that follows the [conventions](#WorkflowTemplate-manifest-conventions)
73
73
*`rbac.yaml` - a single file with 3 required manifests that provides the permissions for workflow template
74
-
*`images` folder - each sub-folder results in a docker build according to the inner Dockerfile, and is automatically built scanned and pushed to argo-hub registry: `quay.io/codefreshplugins/argo-hub-workflows-{NAME}-versions-${VERSION}-${IMAGE_FOLDER_NAME}:main`
74
+
*`images` folder - each sub-folder results in a docker build according to the inner Dockerfile, and is automatically built scanned and pushed to argo-hub registry: `quay.io/codefreshplugins/argo-hub-{NAME}:${VERSION}-main`
75
75
*`docs` folder - contains documentation for every template within the workflowTemplate (name be identical to the template name)
0 commit comments