Skip to content

Commit

Permalink
Merge pull request #8 from neggles/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3
  • Loading branch information
neggles authored Sep 23, 2023
2 parents f7c1298 + e5dc667 commit de215f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
type=raw,value=v${{ env.RUNNER_VERSION }}-${{ matrix.os-name }}-${{ matrix.os-version }}-${{ env.sha_short }}
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbci-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
type=raw,value=${{ matrix.os-name }}-${{ env.os_version_name }}-${{ env.sha_short }}
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit de215f7

Please sign in to comment.