mirror of https://github.com/statping/statping
build fix for public repo
parent
46d6870f67
commit
18e46ced6b
|
@ -27,9 +27,9 @@ jobs:
|
||||||
uses: docker/build-push-action@v1
|
uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
registry: c.rzp.io
|
registry: c.rzp.io
|
||||||
username: ${{ secrets.HARBOR_DOCKER_USERNAME }}
|
username: ${{ secrets.PUBLIC_DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.HARBOR_DOCKER_PASSWORD }}
|
password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }}
|
||||||
repository: ${{ github.repository }}
|
repository: /proxy_dockerhub/${{ github.repository }}
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
build_args: GIT_COMMIT_HASH=${{ github.sha }},GIT_TOKEN=${{ secrets.GIT_TOKEN }}
|
build_args: GIT_COMMIT_HASH=${{ github.sha }},GIT_TOKEN=${{ secrets.GIT_TOKEN }}
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in New Issue