Skip to content

Commit daae670

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build-ontop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: docker/[email protected]
9595

9696
- name: Login to DockerHub
97-
uses: docker/login-action@v3.4.0
97+
uses: docker/login-action@v3.5.0
9898
with:
9999
username: ${{ vars.DOCKERHUB_USERNAME }}
100100
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: docker/[email protected]
9494

9595
- name: Login to DockerHub
96-
uses: docker/login-action@v3.4.0
96+
uses: docker/login-action@v3.5.0
9797
with:
9898
username: ${{ vars.DOCKERHUB_USERNAME }}
9999
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-release-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: docker/[email protected]
139139

140140
- name: Login to DockerHub
141-
uses: docker/login-action@v3.4.0
141+
uses: docker/login-action@v3.5.0
142142
with:
143143
username: ${{ vars.DOCKERHUB_USERNAME }}
144144
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)