Skip to content

Commit

Permalink
Bump docker/login-action from 1 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 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2022
1 parent 68ed4c2 commit cb70f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -841,7 +841,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -939,7 +939,7 @@ jobs:
docker buildx inspect
docker buildx ls
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: abhinavsingh
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
Expand Down

0 comments on commit cb70f19

Please sign in to comment.