Skip to content

Commit c839bf7

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ceecd9c commit c839bf7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/bbm_build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fi
6868
- name: Login to ghcr.io
6969
if: ${{ env.DEPLOY_IMAGES == 'true' }}
70-
uses: docker/login-action@v2
70+
uses: docker/login-action@v3
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}
@@ -85,7 +85,7 @@ jobs:
8585
done
8686
- name: Login to quay.io
8787
if: ${{ env.DEPLOY_IMAGES == 'true' }}
88-
uses: docker/login-action@v2
88+
uses: docker/login-action@v3
8989
with:
9090
registry: quay.io
9191
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
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Login to ghcr.io
182182
if: ${{ env.DEPLOY_IMAGES == 'true' }}
183-
uses: docker/login-action@v2
183+
uses: docker/login-action@v3
184184
with:
185185
registry: ghcr.io
186186
username: ${{ github.actor }}
@@ -208,7 +208,7 @@ jobs:
208208
209209
- name: Login to registry
210210
if: ${{ env.DEPLOY_IMAGES == 'true' }}
211-
uses: docker/login-action@v2
211+
uses: docker/login-action@v3
212212
with:
213213
registry: quay.io
214214
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
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Login to ghcr.io
182182
if: ${{ env.DEPLOY_IMAGES == 'true' }}
183-
uses: docker/login-action@v2
183+
uses: docker/login-action@v3
184184
with:
185185
registry: ghcr.io
186186
username: ${{ github.actor }}
@@ -209,7 +209,7 @@ jobs:
209209
210210
- name: Login to quay.io
211211
if: ${{ env.DEPLOY_IMAGES == 'true' }}
212-
uses: docker/login-action@v2
212+
uses: docker/login-action@v3
213213
with:
214214
registry: quay.io
215215
username: ${{ secrets.QUAY_USER }}

0 commit comments

Comments
 (0)