Skip to content

Commit d9be5b1

Browse files
chore(deps): 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 c909f47 commit d9be5b1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-approval.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Login to GHCR
137137
if: ${{ inputs.push_image == 'true' }}
138-
uses: docker/login-action@v3
138+
uses: docker/login-action@v4
139139
with:
140140
registry: ${{ env.REGISTRY }}
141141
username: ${{ github.actor }}
@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: Login to GHCR
184184
if: ${{ inputs.push_image == 'true' }}
185-
uses: docker/login-action@v3
185+
uses: docker/login-action@v4
186186
with:
187187
registry: ${{ env.REGISTRY }}
188188
username: ${{ github.actor }}
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: Login to GHCR
230230
if: ${{ inputs.push_image == 'true' }}
231-
uses: docker/login-action@v3
231+
uses: docker/login-action@v4
232232
with:
233233
registry: ${{ env.REGISTRY }}
234234
username: ${{ github.actor }}

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Login to GHCR
5151
if: ${{ inputs.push_image == 'true' }}
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Login to GHCR
9898
if: ${{ inputs.push_image == 'true' }}
99-
uses: docker/login-action@v3
99+
uses: docker/login-action@v4
100100
with:
101101
registry: ${{ env.REGISTRY }}
102102
username: ${{ github.actor }}
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Login to GHCR
144144
if: ${{ inputs.push_image == 'true' }}
145-
uses: docker/login-action@v3
145+
uses: docker/login-action@v4
146146
with:
147147
registry: ${{ env.REGISTRY }}
148148
username: ${{ github.actor }}

0 commit comments

Comments
 (0)