Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#170)
Browse files Browse the repository at this point in the history
* Bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <[email protected]>
  • Loading branch information
dependabot[bot] and opslevel-ops authored Oct 2, 2023
1 parent 712e122 commit fe0f764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changes/unreleased/Dependency-20231002-152736.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: "Dependency"
body: "Bump docker/login-action from 2 to 3"
time: 2023-10-02T15:27:36.00000Z

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Login to Public ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws
username: ${{ secrets.ECR_PUBLIC_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit fe0f764

Please sign in to comment.