From 8fa714c25576758c56dfb4bdb8cc0d1bbe15f844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 17:54:07 +0000 Subject: [PATCH] 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](https://github.com/docker/login-action/compare/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] --- .github/workflows/bbm_build_container.yml | 4 ++-- .github/workflows/bbw_build_container_rhel.yml | 4 ++-- .github/workflows/bbw_build_container_template.yml | 4 ++-- .github/workflows/build-srpm.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bbm_build_container.yml b/.github/workflows/bbm_build_container.yml index 27e12b57..c91f087c 100644 --- a/.github/workflows/bbm_build_container.yml +++ b/.github/workflows/bbm_build_container.yml @@ -85,7 +85,7 @@ jobs: - name: Login to ghcr.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -119,7 +119,7 @@ jobs: - name: Login to quay.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_USER }} diff --git a/.github/workflows/bbw_build_container_rhel.yml b/.github/workflows/bbw_build_container_rhel.yml index 555c87a9..14bd5e14 100644 --- a/.github/workflows/bbw_build_container_rhel.yml +++ b/.github/workflows/bbw_build_container_rhel.yml @@ -200,7 +200,7 @@ jobs: - name: Login to ghcr.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -228,7 +228,7 @@ jobs: - name: Login to registry if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_USER }} diff --git a/.github/workflows/bbw_build_container_template.yml b/.github/workflows/bbw_build_container_template.yml index ae666c78..39927d6e 100644 --- a/.github/workflows/bbw_build_container_template.yml +++ b/.github/workflows/bbw_build_container_template.yml @@ -194,7 +194,7 @@ jobs: - name: Login to ghcr.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -235,7 +235,7 @@ jobs: - name: Login to quay.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_USER }} diff --git a/.github/workflows/build-srpm.yml b/.github/workflows/build-srpm.yml index 1cd61c0c..29ea5523 100644 --- a/.github/workflows/build-srpm.yml +++ b/.github/workflows/build-srpm.yml @@ -161,7 +161,7 @@ jobs: - name: Login to ghcr.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -190,7 +190,7 @@ jobs: - name: Login to quay.io if: ${{ env.DEPLOY_IMAGES == 'true' }} - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_USER }}