We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a51144 + 923e118 commit 145a6dfCopy full SHA for 145a6df
.github/workflows/build_push_to_ecr.yaml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions/checkout@v4
11
12
- name: Login to Public ECR
13
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
14
with:
15
registry: public.ecr.aws
16
username: ${{ secrets.AWS_PROD_ECR_VIADEE_ACCESS_KEY_ID }}
0 commit comments