Skip to content

Merge branch 'staging' of https://github.com/TrustlessComputer/bvm-we… #55

Merge branch 'staging' of https://github.com/TrustlessComputer/bvm-we…

Merge branch 'staging' of https://github.com/TrustlessComputer/bvm-we… #55

name: Docker Alpha staging build
on:
push:
branches:
- 'staging'
jobs:
build-bvm-website-staging:
uses: TrustlessComputer/tc-github-action-templates/.github/workflows/docker-build-and-push.yaml@main
with:
DOCKER_IMAGE_NAME: bvm-website
DOCKERFILE_NAME: Dockerfile
CONCURRENCY_GROUP: docker_build_staging_alpha
RUNNER_TAG: ubuntu-latest
secrets:
GCLOUD_DEV_SERVICE_ACCOUNT_JSON: ${{ secrets.GCLOUD_DEV_SERVICE_ACCOUNT_JSON }}
SECRET_DEPLOY_GITHUB_USER: ${{ secrets.SECRET_DEPLOY_GITHUB_USER }}
SECRET_DEPLOY_GITHUB_TOKEN: ${{ secrets.SECRET_DEPLOY_GITHUB_TOKEN }}