We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032f91f commit 6832320Copy full SHA for 6832320
.github/workflows/release-notifications.yml
@@ -41,14 +41,16 @@ on:
41
description: "URL for the changelog entry"
42
required: true
43
type: string
44
- docker-image-name:
45
- description: "Fully qualified docker image name"
46
- required: true
+ docker-image-names:
+ description: |
+ Optional multi-line string of docker image names with their digests.
47
+ Each line should be in the format: `image_name|digest`
48
+
49
+ Example:
50
+ public.ecr.aws/chainlink/ccip:2.34.1-ccip-beta.3|sha256:5f218f...
51
+ public.ecr.aws/chainlink/chainlink:2.34.1-beta.3|sha256:b48d5b...
52
- docker-image-digest:
- description: "OCI image digest"
53
- type: string
54
55
permissions: {}
56
0 commit comments