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
|
name: docker-images
|
||||||
path: images
|
path: images
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
Loading…
Reference in New Issue