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
* Pushing multi arch images to Nexus and Harbor
* Create manifest list, push it and sign it
* Add build dependency to manifest creation
* moving harbor destination to input variable for workflow_dipatch
* Make job titles more speaking
* Adding cosign install to manifest list creation
* Using digest for manifest creation
* Making shellcheck happy
* Making shellcheck happy 2
* Making shellcheck happy 3
* Hardcoding harbor dest like nexus
* Hinting how to nest structs
Copy file name to clipboardExpand all lines: .github/workflows/mirror.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
description: 'Location of the source image (example: registry.k8s.io/git-sync/git-sync:v3.6.4)'
8
8
required: true
9
9
dst:
10
-
description: 'Name and tag of the destination image (example: git-sync:v3.6.4)'
10
+
description: 'Name and tag of the destination image (example: git-sync:v3.6.4) ( nested structs are done with e.g. sig-storage/csi-provisioner:2.10.1 )'
0 commit comments