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