Skip to content

Commit 6eb5fde

Browse files
Bump docker/login-action from 1 to 2 (#1144)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c22a7d commit 6eb5fde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-library.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ jobs:
759759
name: python-package-distributions
760760
path: dist/
761761
- name: Login to GHCR
762-
uses: docker/login-action@v1
762+
uses: docker/login-action@v2
763763
with:
764764
registry: ghcr.io
765765
username: ${{ github.actor }}
@@ -841,7 +841,7 @@ jobs:
841841
name: python-package-distributions
842842
path: dist/
843843
- name: Login to GHCR
844-
uses: docker/login-action@v1
844+
uses: docker/login-action@v2
845845
with:
846846
registry: ghcr.io
847847
username: ${{ github.actor }}
@@ -939,7 +939,7 @@ jobs:
939939
docker buildx inspect
940940
docker buildx ls
941941
- name: Login to DockerHub
942-
uses: docker/login-action@v1
942+
uses: docker/login-action@v2
943943
with:
944944
username: abhinavsingh
945945
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)