Skip to content

Commit 26d6583

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 af5a207 commit 26d6583

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

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

138138
- name: Login to GHCR
139139
if: ${{ inputs.push_image == 'true' }}
140-
uses: docker/login-action@v3
140+
uses: docker/login-action@v4
141141
with:
142142
registry: ${{ env.REGISTRY }}
143143
username: ${{ github.actor }}
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Login to GHCR
186186
if: ${{ inputs.push_image == 'true' }}
187-
uses: docker/login-action@v3
187+
uses: docker/login-action@v4
188188
with:
189189
registry: ${{ env.REGISTRY }}
190190
username: ${{ github.actor }}
@@ -230,7 +230,7 @@ jobs:
230230

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

.github/workflows/docker-publish.yml

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

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

9797
- name: Login to GHCR
9898
if: ${{ github.event_name == 'push' || 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 }}
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Login to GHCR
145145
if: ${{ github.event_name == 'push' || inputs.push_image == 'true' }}
146-
uses: docker/login-action@v3
146+
uses: docker/login-action@v4
147147
with:
148148
registry: ${{ env.REGISTRY }}
149149
username: ${{ github.actor }}

0 commit comments

Comments
 (0)