Skip to content

Commit

Permalink
Update _build-bazel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hottestchilipepper committed Sep 3, 2024
1 parent 8c0c6a0 commit 79ad6f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_build-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 79ad6f0

Please sign in to comment.