mirror of https://github.com/statping/statping
update docker login action to v2
parent
e4236521f0
commit
31c3623bc1
|
@ -461,7 +461,7 @@ jobs:
|
|||
name: docker-images
|
||||
path: images
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Reference in New Issue