Skip to content

Commit 3a20ef3

Browse files
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fc753a commit 3a20ef3

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/push_docker_addon_manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
run: echo ${{ steps.buildx.outputs.platforms }}
3434

3535
- name: 🔓 Login to Docker hub
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_TOKEN }}
4040

4141
- name: 🔓 Login to GitHub Container Registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}

.github/workflows/push_docker_manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
run: echo ${{ steps.buildx.outputs.platforms }}
3535

3636
- name: 🔓 Login to Docker hub
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_TOKEN }}
4141

4242
- name: 🔓 Login to GitHub Container Registry
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}
@@ -82,13 +82,13 @@ jobs:
8282
run: echo ${{ steps.buildx.outputs.platforms }}
8383

8484
- name: 🔓 Login to Docker hub
85-
uses: docker/login-action@v3
85+
uses: docker/login-action@v4
8686
with:
8787
username: ${{ secrets.DOCKER_USERNAME }}
8888
password: ${{ secrets.DOCKER_TOKEN }}
8989

9090
- name: 🔓 Login to GitHub Container Registry
91-
uses: docker/login-action@v3
91+
uses: docker/login-action@v4
9292
with:
9393
registry: ghcr.io
9494
username: ${{ github.repository_owner }}

.github/workflows/push_docker_prerelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: echo ${{ steps.buildx.outputs.platforms }}
3939

4040
- name: 🔓 Login to Docker hub
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
username: ${{ secrets.DOCKER_USERNAME }}
4444
password: ${{ secrets.DOCKER_TOKEN }}
4545

4646
- name: 🔓 Login to GitHub Container Registry
47-
uses: docker/login-action@v3
47+
uses: docker/login-action@v4
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.repository_owner }}
@@ -85,13 +85,13 @@ jobs:
8585
run: echo ${{ steps.buildx.outputs.platforms }}
8686

8787
- name: 🔓 Login to Docker hub
88-
uses: docker/login-action@v3
88+
uses: docker/login-action@v4
8989
with:
9090
username: ${{ secrets.DOCKER_USERNAME }}
9191
password: ${{ secrets.DOCKER_TOKEN }}
9292

9393
- name: 🔓 Login to GitHub Container Registry
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
registry: ghcr.io
9797
username: ${{ github.repository_owner }}

.github/workflows/tags_docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
run: echo ${{ steps.buildx.outputs.platforms }}
4040

4141
- name: 🔓 Login to Docker hub
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
username: ${{ secrets.DOCKER_USERNAME }}
4545
password: ${{ secrets.DOCKER_TOKEN }}
4646

4747
- name: 🔓 Login to GitHub Container Registry
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.repository_owner }}
@@ -98,13 +98,13 @@ jobs:
9898
run: echo ${{ steps.buildx.outputs.platforms }}
9999

100100
- name: 🔓 Login to Docker hub
101-
uses: docker/login-action@v3
101+
uses: docker/login-action@v4
102102
with:
103103
username: ${{ secrets.DOCKER_USERNAME }}
104104
password: ${{ secrets.DOCKER_TOKEN }}
105105

106106
- name: 🔓 Login to GitHub Container Registry
107-
uses: docker/login-action@v3
107+
uses: docker/login-action@v4
108108
with:
109109
registry: ghcr.io
110110
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)