mirror of https://github.com/statping/statping
login to ghcr
parent
20c496a89c
commit
3ec91d81f0
|
@ -460,6 +460,12 @@ jobs:
|
|||
with:
|
||||
name: docker-images
|
||||
path: images
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ github.token }}
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
|
|
Loading…
Reference in New Issue