Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 1.13.0 to 2
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@6af3c11...49ed152)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tklauser committed May 31, 2022
1 parent 09f17b5 commit d7e5a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6

- name: Login to quay.io for CI
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: quay.io
username: ${{ secrets.QUAY_CI_USERNAME }}
Expand Down

0 comments on commit d7e5a83

Please sign in to comment.