Skip to content

Commit 6832320

Browse files
committed
Fix inputs on workflow dispatch
1 parent 032f91f commit 6832320

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/release-notifications.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ on:
4141
description: "URL for the changelog entry"
4242
required: true
4343
type: string
44-
docker-image-name:
45-
description: "Fully qualified docker image name"
46-
required: true
44+
docker-image-names:
45+
description: |
46+
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...
4752
type: string
48-
docker-image-digest:
49-
description: "OCI image digest"
5053
required: true
51-
type: string
5254

5355
permissions: {}
5456

0 commit comments

Comments
 (0)