Skip to content

Commit

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

Bump docker/login-action from 1 to 2
  • Loading branch information
cl-a-us authored Dec 10, 2024
2 parents 2a51144 + 923e118 commit 145a6df
Showing 1 changed file with 1 addition and 1 deletion.
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@v1
uses: docker/login-action@v2
with:
registry: public.ecr.aws
username: ${{ secrets.AWS_PROD_ECR_VIADEE_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 145a6df

Please sign in to comment.