Skip to content

fix(ga-deploy-workflow): Fix google-github-actions/setup-gcloud refe… #49

fix(ga-deploy-workflow): Fix google-github-actions/setup-gcloud refe…

fix(ga-deploy-workflow): Fix google-github-actions/setup-gcloud refe… #49

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Build the Docker image
- name: Build Image
env:
DOCKER_BUILDKIT: 1
run: |
docker build .