From d8b6596077e541e447b27add7d90bd3a0fa29ce1 Mon Sep 17 00:00:00 2001 From: guptaankit015 Date: Fri, 27 Aug 2021 15:27:23 +0530 Subject: [PATCH] credentials updated --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8e4480d..2be7eee9 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: