Skip to content

Commit 2c7cbeb

Browse files
Bump docker/login-action from 3.1.0 to 3.2.0 (#687)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f839e94 commit 2c7cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/setup-go@v5
8080
with:
8181
go-version-file: 'go.mod'
82-
- uses: docker/login-action@v3.1.0
82+
- uses: docker/login-action@v3.2.0
8383
with:
8484
registry: ${{ env.REGISTRY }}
8585
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)