mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
⬆️ Update docker/login-action action to v2 (#147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
856d2837c1
commit
42bae4c2cf
2
.github/workflows/build_addon.yml
vendored
2
.github/workflows/build_addon.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
echo ${{env.TAGS}}
|
echo ${{env.TAGS}}
|
||||||
|
|
||||||
- name: Login to ghcr.io
|
- name: Login to ghcr.io
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
Loading…
Reference in New Issue
Block a user