credentials updated

pull/1097/head
guptaankit015 2021-08-27 15:27:23 +05:30 committed by Rhythm
parent 8a9024896d
commit 1992f38b3c
1 changed files with 2 additions and 2 deletions

View File

@ -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: