Skip to content

Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#1074) #142

Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#1074)

Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#1074) #142

name: Release Tagged
on:
push:
branches:
- master
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