Skip to content

Commit 8fa714c

Browse files
Bump docker/login-action from 2 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...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 ee26e1f commit 8fa714c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/bbm_build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Login to ghcr.io
8787
if: ${{ env.DEPLOY_IMAGES == 'true' }}
88-
uses: docker/login-action@v2
88+
uses: docker/login-action@v4
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Login to quay.io
121121
if: ${{ env.DEPLOY_IMAGES == 'true' }}
122-
uses: docker/login-action@v2
122+
uses: docker/login-action@v4
123123
with:
124124
registry: quay.io
125125
username: ${{ secrets.QUAY_USER }}

.github/workflows/bbw_build_container_rhel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
201201
- name: Login to ghcr.io
202202
if: ${{ env.DEPLOY_IMAGES == 'true' }}
203-
uses: docker/login-action@v2
203+
uses: docker/login-action@v4
204204
with:
205205
registry: ghcr.io
206206
username: ${{ github.actor }}
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Login to registry
230230
if: ${{ env.DEPLOY_IMAGES == 'true' }}
231-
uses: docker/login-action@v2
231+
uses: docker/login-action@v4
232232
with:
233233
registry: quay.io
234234
username: ${{ secrets.QUAY_USER }}

.github/workflows/bbw_build_container_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
195195
- name: Login to ghcr.io
196196
if: ${{ env.DEPLOY_IMAGES == 'true' }}
197-
uses: docker/login-action@v2
197+
uses: docker/login-action@v4
198198
with:
199199
registry: ghcr.io
200200
username: ${{ github.actor }}
@@ -235,7 +235,7 @@ jobs:
235235
236236
- name: Login to quay.io
237237
if: ${{ env.DEPLOY_IMAGES == 'true' }}
238-
uses: docker/login-action@v2
238+
uses: docker/login-action@v4
239239
with:
240240
registry: quay.io
241241
username: ${{ secrets.QUAY_USER }}

.github/workflows/build-srpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Login to ghcr.io
163163
if: ${{ env.DEPLOY_IMAGES == 'true' }}
164-
uses: docker/login-action@v2
164+
uses: docker/login-action@v4
165165
with:
166166
registry: ghcr.io
167167
username: ${{ github.actor }}
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: Login to quay.io
192192
if: ${{ env.DEPLOY_IMAGES == 'true' }}
193-
uses: docker/login-action@v2
193+
uses: docker/login-action@v4
194194
with:
195195
registry: quay.io
196196
username: ${{ secrets.QUAY_USER }}

0 commit comments

Comments
 (0)