Skip to content

Commit 9681938

Browse files
committed
update pipeline
1 parent d0d81e5 commit 9681938

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)