From 18e46ced6b3ffad9b5084c705cce55d31416834b Mon Sep 17 00:00:00 2001 From: guptaankit015 Date: Fri, 27 Aug 2021 14:49:35 +0530 Subject: [PATCH] build fix for public repo --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d8255a9..8e081b0e 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: uses: docker/build-push-action@v1 with: registry: c.rzp.io - username: ${{ secrets.HARBOR_DOCKER_USERNAME }} - password: ${{ secrets.HARBOR_DOCKER_PASSWORD }} - repository: ${{ github.repository }} + username: ${{ secrets.PUBLIC_DOCKER_USERNAME }} + password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }} + repository: /proxy_dockerhub/${{ github.repository }} dockerfile: ./Dockerfile build_args: GIT_COMMIT_HASH=${{ github.sha }},GIT_TOKEN=${{ secrets.GIT_TOKEN }} push: true