Skip to content

chore(deps): update grafana/loki docker tag to v3 #7712

chore(deps): update grafana/loki docker tag to v3

chore(deps): update grafana/loki docker tag to v3 #7712

Workflow file for this run

name: Test
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- name: Test
run: |
bazel test \
--config=ci \
--remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_ORG_API_KEY }} \
//...