From 46d6870f6747e1147a28e15aa57c458669435dac Mon Sep 17 00:00:00 2001 From: guptaankit015 Date: Thu, 26 Aug 2021 19:55:38 +0530 Subject: [PATCH] added ubuntu-latest runner --- .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 fea03d8c..6d8255a9 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: uses: docker/build-push-action@v1 with: registry: c.rzp.io - username: ${{ secrets.PUBLIC_DOCKER_USERNAME }} - password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }} + username: ${{ secrets.HARBOR_DOCKER_USERNAME }} + password: ${{ secrets.HARBOR_DOCKER_PASSWORD }} repository: ${{ github.repository }} dockerfile: ./Dockerfile build_args: GIT_COMMIT_HASH=${{ github.sha }},GIT_TOKEN=${{ secrets.GIT_TOKEN }}