Skip to content

Commit e32ebd8

Browse files
authored
Merge pull request #271 from essentialkaos/dependabot/github_actions/develop/docker/login-action-4.6.0
Bump docker/login-action from 4.5.2 to 4.6.0
2 parents c0dc640 + 9014b0b commit e32ebd8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Login to DockerHub
36-
uses: docker/login-action@v4.5.2
36+
uses: docker/login-action@v4.6.0
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
4040

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

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v7
4444

4545
- name: Login to DockerHub
46-
uses: docker/login-action@v4.5.2
46+
uses: docker/login-action@v4.6.0
4747
env:
4848
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
4949
if: ${{ env.DOCKERHUB_USERNAME != '' }}
@@ -52,7 +52,7 @@ jobs:
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}
5353

5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@v4.5.2
55+
uses: docker/login-action@v4.6.0
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/checkout@v7
169169

170170
- name: Login to GitHub Container Registry
171-
uses: docker/login-action@v4.5.2
171+
uses: docker/login-action@v4.6.0
172172
with:
173173
registry: ghcr.io
174174
username: ${{ github.actor }}

0 commit comments

Comments
 (0)