Skip to content

chore(deps): update grafana/loki-build-image docker tag to v0.33.5 #2257

chore(deps): update grafana/loki-build-image docker tag to v0.33.5

chore(deps): update grafana/loki-build-image docker tag to v0.33.5 #2257

name: Verify release workflow updates
on: [pull_request]
jobs:
check-release-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v5
with:
go-version: '1.22.2'
- name: setup jsonnet
run: |
go install github.com/google/go-jsonnet/cmd/[email protected]
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected]
- name: Check that the release workflows have been updated properly
run: |
make BUILD_IN_CONTAINER=false release-workflows-check