Skip to content

Commit 0e795eb

Browse files
chore(deps): bump docker/login-action from 2.0.0 to 3.0.0 (#326)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.0.0...v3.0.0) --- 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 f859496 commit 0e795eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
id: go
4646

4747
- name: Login to DockerHub
48-
uses: docker/login-action@v2.0.0
48+
uses: docker/login-action@v3.0.0
4949
with:
5050
username: ${{ secrets.DOCKER_USER }}
5151
password: ${{ secrets.DOCKER_PASS }}
5252

5353
- name: Login to GitHub Container Registry
54-
uses: docker/login-action@v2.0.0
54+
uses: docker/login-action@v3.0.0
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)