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 }}
|
||||
push: true
|
||||
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-to: type=local,dest=/tmp/.buildx-cache
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue