Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 92eab1b commit 7089b61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

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

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

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

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

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7089b61

Please sign in to comment.