mirror of https://github.com/statping/statping
login to ghcr
parent
20c496a89c
commit
3ec91d81f0
|
@ -460,6 +460,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: docker-images
|
name: docker-images
|
||||||
path: 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
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
|
Loading…
Reference in New Issue