Skip to content

Commit 38bba80

Browse files
author
Michael Smith
authored
Update maven.yml
1 parent 0a2b3f1 commit 38bba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Login to us-east-1 ECR
5757
run: |
58-
aws ecr-public get-login --no-include-email
58+
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
5959
6060
- name: Build, tag, and push image to Amazon ECR
6161
id: build-image

0 commit comments

Comments
 (0)