mirror of https://github.com/statping/statping
feat: testing workflow
parent
0324b31b8b
commit
b0264a3a4a
|
@ -1,7 +1,5 @@
|
|||
name: CI
|
||||
on: [push]
|
||||
env:
|
||||
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
|
||||
jobs:
|
||||
cancel:
|
||||
runs-on: [ubuntu-latest]
|
||||
|
@ -67,6 +65,7 @@ jobs:
|
|||
build-args: |
|
||||
GIT_COMMIT_HASH=${{ github.sha }}
|
||||
GIT_TOKEN=${{ secrets.GIT_TOKEN }}
|
||||
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue