Skip to content

Commit 40b3b30

Browse files
authored
Merge pull request #32 from aws-samples/dev
update pipeline
2 parents 7b0dc86 + 9681938 commit 40b3b30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ jobs:
477477
role-duration-seconds: 3600
478478
role-skip-session-tagging: true
479479

480+
- name: login ECR Public Registry
481+
run: |
482+
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
483+
480484
- name: build OCI images for x86_64 and aarch64
481485
run: |
482486
make build

0 commit comments

Comments
 (0)