diff --git a/.github/workflows/bbm_build_container.yml b/.github/workflows/bbm_build_container.yml index 27e12b570..c91f087c7 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 555c87a9c..14bd5e14f 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 ae666c78d..39927d6e7 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 1cd61c0c3..29ea55233 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 }}