Skip to content

Commit 76641b5

Browse files
ci(action): bump docker/login-action from 3.0.0 to 3.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48beda3 commit 76641b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
version: latest
117117

118118
- name: Login to DockerHub
119-
uses: docker/login-action@v3.0.0
119+
uses: docker/login-action@v3.1.0
120120
with:
121121
username: ${{ secrets.DOCKER_USERNAME }}
122122
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)