Skip to content

Commit 7f7eaad

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
id: go-version
4848
run: echo "name=version::$(go env GOVERSION)" >> $GITHUB_OUTPUT
4949
- name: Login to Docker Hub
50-
uses: docker/login-action@v2
50+
uses: docker/login-action@v3
5151
with:
5252
username: ${{ secrets.DOCKERHUB_USERNAME }}
5353
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@v2
55+
uses: docker/login-action@v3
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

0 commit comments

Comments
 (0)