Skip to content

Commit 000ba99

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 (#45)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.4.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2240b4a commit 000ba99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Login to DockerHub
3030
if: github.event_name != 'pull_request'
31-
uses: docker/login-action@v3.3.0
31+
uses: docker/login-action@v3.4.0
3232
with:
3333
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3434
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Login to DockerHub
7070
if: github.event_name != 'pull_request'
71-
uses: docker/login-action@v3.3.0
71+
uses: docker/login-action@v3.4.0
7272
with:
7373
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7474
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)