Skip to content

Update with latest presentations #556

Update with latest presentations

Update with latest presentations #556

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: 'docker://gcr.io/cloud-builders/bazel'
with:
entrypoint: /bin/bash
args: -c "bazel version && docker version && docker images && bazel build //:docker"