feat: testing workflow

pull/1097/head
smit95tpatel 2022-04-29 13:46:35 +05:30
parent 95beaaf322
commit f6f3d2fe72
1 changed files with 3 additions and 1 deletions

View File

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