Skip to content

Commit 53610b5

Browse files
authored
Fix/mirror cicd multiarch (#786)
* 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
1 parent 3b7b748 commit 53610b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description: 'Location of the source image (example: registry.k8s.io/git-sync/git-sync:v3.6.4)'
88
required: true
99
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 )'
1111
required: true
1212

1313
env:

0 commit comments

Comments
 (0)