Skip to content

Commit

Permalink
feat(ci): update docker/login-action to fix Node.js deprecation (au…
Browse files Browse the repository at this point in the history
…towarefoundation#4903)

update login-action

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Jun 24, 2024
1 parent 1d6c9a0 commit 873857c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runs:
- name: Login to GitHub Container Registry
if: ${{ github.event_name != 'pull_request' }}
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/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
skip-extraction: ${{ steps.cache.outputs.cache-hit }}

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

0 comments on commit 873857c

Please sign in to comment.