added ubuntu-latest runner

pull/1062/head
guptaankit015 2021-08-26 19:55:38 +05:30
parent 25a99e39d4
commit 46d6870f67
1 changed files with 2 additions and 2 deletions

View File

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