mirror of https://github.com/statping/statping
feat: testing workflow
parent
b0264a3a4a
commit
c1c3a94476
|
@ -50,6 +50,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
GIT_COMMIT_HASH=${{ github.sha }}
|
GIT_COMMIT_HASH=${{ github.sha }}
|
||||||
GIT_TOKEN=${{ secrets.GIT_TOKEN }}
|
GIT_TOKEN=${{ secrets.GIT_TOKEN }}
|
||||||
|
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_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