We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d81e5 commit 9681938Copy full SHA for 9681938
.github/workflows/pipeline.yaml
@@ -477,6 +477,10 @@ jobs:
477
role-duration-seconds: 3600
478
role-skip-session-tagging: true
479
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
+
484
- name: build OCI images for x86_64 and aarch64
485
run: |
486
make build
0 commit comments