mirror of https://github.com/statping/statping
feat: testing workflow
parent
f0264991e7
commit
a98bd95b76
|
@ -50,7 +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 }}
|
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:
|
||||||
|
|
|
@ -3,7 +3,7 @@ LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
ARG GITHUB_ACCESS_TOKEN
|
ARG GITHUB_ACCESS_TOKEN
|
||||||
|
|
||||||
ENV GITHUB_ACCESS_TOKEN=${GITHUB_ACCESS_TOKEN}
|
ENV GITHUB_ACCESS_TOKEN ${GITHUB_ACCESS_TOKEN}
|
||||||
|
|
||||||
# Build vue frontent
|
# Build vue frontent
|
||||||
WORKDIR /statping
|
WORKDIR /statping
|
||||||
|
|
Loading…
Reference in New Issue