mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
chore(deps): update docker/login-action action to v3 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c94525c5bb
commit
828a0c5dfa
2
.github/actions/docker-image/action.yaml
vendored
2
.github/actions/docker-image/action.yaml
vendored
@ -33,7 +33,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.actor }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user