Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and chrmarti committed Feb 6, 2025
1 parent 77af3c9 commit 4274838
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Login to GitHub Container Registry
if: ${{ steps.set_image_push_option.outputs.image_push_option == 'filter' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
echo "VERSION_SHORT: $VERSION_SHORT"
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.ref == 'refs/heads/main' # only need this for push (on `main`)
with:
registry: ghcr.io
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
path: output

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.ref == 'refs/heads/main' # only need this for push (on `main`)
with:
registry: ghcr.io
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:

- name: Login to GitHub Container Registry
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:

- name: Login to GitHub Container Registry
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -658,7 +658,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -703,7 +703,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -748,7 +748,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -793,7 +793,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -838,7 +838,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -968,7 +968,7 @@ jobs:
run: skopeo --version

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down Expand Up @@ -1023,7 +1023,7 @@ jobs:
ref: ${{ inputs.prRef }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -1119,7 +1119,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
with:
registry: ghcr.io
Expand Down

0 comments on commit 4274838

Please sign in to comment.