Skip to content

Commit 6d30ace

Browse files
build(deps): bump docker/login-action from 2 to 3 (#166)
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 bf6a730 commit 6d30ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- uses: docker/setup-qemu-action@v2
9494
- uses: docker/setup-buildx-action@v2
95-
- uses: docker/login-action@v2
95+
- uses: docker/login-action@v3
9696
with:
9797
username: ${{ secrets.DOCKERHUB_USERNAME }}
9898
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)