mirror of https://github.com/statping/statping
credentials updated
parent
aadffa2be4
commit
d8b6596077
|
@ -40,8 +40,8 @@ jobs:
|
|||
- name: docker login
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
username: ${{ secrets.PUBLIC_DOCKER_USERNAME }}
|
||||
password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }}
|
||||
- name: build statping image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue