Skip to content

Bump gRPC to v1.56.2 and remove some verbose logging (#889) #34

Bump gRPC to v1.56.2 and remove some verbose logging (#889)

Bump gRPC to v1.56.2 and remove some verbose logging (#889) #34

Workflow file for this run

name: Release Tagged
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
defaults:
run:
working-directory: go/src/github.com/stackrox/infra
jobs:
lint:
uses: ./.github/workflows/lint.yaml
build-and-push:
uses: ./.github/workflows/build-and-push.yaml
secrets: inherit