Skip to content

Commit e94957b

Browse files
authored
Merge pull request #62 from AlbrechtL/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 0db3e48 + 76b6d5b commit e94957b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/openwrt-2410-snapshot-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
driver-opts: network=host # Important to access local Docker registry
4040

4141
- name: Login into Docker Hub
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
username: ${{ secrets.DOCKERHUB_USERNAME }}
4545
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -84,7 +84,7 @@ jobs:
8484
path: /tmp/openwrt-docker-image.tar
8585

8686
- name: Login to Weidmueller wmucdev
87-
uses: docker/login-action@v3
87+
uses: docker/login-action@v4
8888
with:
8989
registry: wmucdev.azurecr.io
9090
username: ${{ secrets.WMUCDEV_USERNAME }}
@@ -333,7 +333,7 @@ jobs:
333333

334334
steps:
335335
- name: Login into Docker Hub
336-
uses: docker/login-action@v3
336+
uses: docker/login-action@v4
337337
with:
338338
username: ${{ secrets.DOCKERHUB_USERNAME }}
339339
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/openwrt-master-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
driver-opts: network=host # Important to access local Docker registry
4141

4242
- name: Login into Docker Hub
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
username: ${{ secrets.DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
8686
path: /tmp/openwrt-docker-image.tar
8787

8888
- name: Login to Weidmueller wmucdev
89-
uses: docker/login-action@v3
89+
uses: docker/login-action@v4
9090
with:
9191
registry: wmucdev.azurecr.io
9292
username: ${{ secrets.WMUCDEV_USERNAME }}
@@ -342,7 +342,7 @@ jobs:
342342

343343
steps:
344344
- name: Login into Docker Hub
345-
uses: docker/login-action@v3
345+
uses: docker/login-action@v4
346346
with:
347347
username: ${{ secrets.DOCKERHUB_USERNAME }}
348348
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/openwrt-stable-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
driver-opts: network=host # Important to access local Docker registry
3838

3939
- name: Login into Docker Hub
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@v4
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
8282
path: /tmp/openwrt-docker-image.tar
8383

8484
- name: Login to Weidmueller wmucdev
85-
uses: docker/login-action@v3
85+
uses: docker/login-action@v4
8686
with:
8787
registry: wmucdev.azurecr.io
8888
username: ${{ secrets.WMUCDEV_USERNAME }}
@@ -330,7 +330,7 @@ jobs:
330330
uses: actions/checkout@v6
331331

332332
- name: Login into Docker Hub
333-
uses: docker/login-action@v3
333+
uses: docker/login-action@v4
334334
with:
335335
username: ${{ secrets.DOCKERHUB_USERNAME }}
336336
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)