Merge pull request #813 from TrustlessComputer/fix/web3auth #1413
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker cache build | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
docker-cache: | |
uses: TrustlessComputer/tc-github-action-templates/.github/workflows/docker-build-cache.yaml@main | |
with: | |
DOCKER_IMAGE_NAME: bvm-website | |
DOCKERFILE_NAME: cache.Dockerfile | |
secrets: | |
SECRET_DEPLOY_GITHUB_USER: ${{ secrets.SECRET_DEPLOY_GITHUB_USER }} | |
SECRET_DEPLOY_GITHUB_TOKEN: ${{ secrets.SECRET_DEPLOY_GITHUB_TOKEN }} | |