Skip to content

Commit

Permalink
Merge pull request #64 from viadee/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
cl-a-us authored Dec 11, 2024
2 parents 833730a + 63df626 commit e40c58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Login to Public ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws
username: ${{ secrets.AWS_PROD_ECR_VIADEE_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_build_push_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Login to Public ECR
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: public.ecr.aws
username: ${{ secrets.AWS_PROD_ECR_VIADEE_ACCESS_KEY_ID }}
Expand Down

0 comments on commit e40c58e

Please sign in to comment.