mirror of https://github.com/statping/statping
feat: testing workflow
parent
95beaaf322
commit
f6f3d2fe72
|
@ -47,7 +47,9 @@ jobs:
|
||||||
tags: razorpay/statping:base_${{ github.sha }}
|
tags: razorpay/statping:base_${{ github.sha }}
|
||||||
push: true
|
push: true
|
||||||
file: ./Dockerfile.base
|
file: ./Dockerfile.base
|
||||||
build-args: GIT_COMMIT_HASH=${{ github.sha }}
|
build-args: |
|
||||||
|
GIT_COMMIT_HASH=${{ github.sha }}
|
||||||
|
GIT_TOKEN=${{ secrets.GIT_TOKEN }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue