|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
if: ${{ github.event.pull_request.head.repo.full_name == 'protocolbuffers/upb' }} |
|
|
|
if: ${{ github.event.pull_request.head.repo.full_name == 'protocolbuffers/upb' }} |
|
|
|
env: |
|
|
|
env: |
|
|
|
DOCKER_IMAGE: gcr.io/protobuf-build/bazel/linux@sha256:2bfd061284eff8234f2fcca16d71d43c69ccf3a22206628b54c204a6a9aac277 |
|
|
|
DOCKER_IMAGE: gcr.io/protobuf-build/bazel/linux@sha256:2bfd061284eff8234f2fcca16d71d43c69ccf3a22206628b54c204a6a9aac277 |
|
|
|
BAZEL_CACHE: --remote_cache=https://storage.googleapis.com/protobuf-bazel-cache --google_default_credentials |
|
|
|
BAZEL_CACHE: --remote_cache=https://storage.googleapis.com/protobuf-bazel-cache/upb --google_default_credentials |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|