From 968193839853d3c7898dec8a9f8931e22394bcee Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Tue, 29 Mar 2022 21:38:56 +0800 Subject: [PATCH] update pipeline --- .github/workflows/pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 166df550..b4626057 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -477,6 +477,10 @@ jobs: role-duration-seconds: 3600 role-skip-session-tagging: true + - name: login ECR Public Registry + run: | + aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws + - name: build OCI images for x86_64 and aarch64 run: | make build