From 2920aede9c06ca2d58d52b7f76a476099ab4ea7b Mon Sep 17 00:00:00 2001 From: guptaankit015 Date: Fri, 27 Aug 2021 14:55:49 +0530 Subject: [PATCH] build fix for public repo --- .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 8e081b0e..6537969b 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: - name: Build and push uses: docker/build-push-action@v1 with: - registry: c.rzp.io + registry: c.rzp.io/proxy_dockerhub username: ${{ secrets.PUBLIC_DOCKER_USERNAME }} password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }} - repository: /proxy_dockerhub/${{ github.repository }} + repository: ${{ github.repository }} dockerfile: ./Dockerfile build_args: GIT_COMMIT_HASH=${{ github.sha }},GIT_TOKEN=${{ secrets.GIT_TOKEN }} push: true