From 79ad6f094ee877f3b1a68390df107cb2b297b0f7 Mon Sep 17 00:00:00 2001 From: hottestchilipepper Date: Tue, 3 Sep 2024 14:56:28 +0900 Subject: [PATCH] Update _build-bazel.yml --- .github/workflows/_build-bazel.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_build-bazel.yml b/.github/workflows/_build-bazel.yml index 33888fa04..34d45b464 100644 --- a/.github/workflows/_build-bazel.yml +++ b/.github/workflows/_build-bazel.yml @@ -16,7 +16,11 @@ on: jobs: build-binaries: runs-on: ubuntu-latest - container: ghcr.io/overprotocol/bazel-cross:0.0.1 + container: + image: ghcr.io/overprotocol/bazel-cross:0.0.1 + credentials: + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3 - name: Build ${{ inputs.build-type }}