Skip to content

Commit d197f73

Browse files
ci: bump docker/login-action from 3.3.0 to 3.4.0 (#724)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d1ff9d commit d197f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Login to DockerHub
8888
if: ${{ !github.event.pull_request.head.repo.fork }}
89-
uses: docker/login-action@v3.3.0
89+
uses: docker/login-action@v3.4.0
9090
with:
9191
username: ${{ vars.DOCKERHUB_USERNAME }}
9292
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)