Skip to content

fix(deps): update module github.com/google/go-containerregistry to v0.20.2 #971

fix(deps): update module github.com/google/go-containerregistry to v0.20.2

fix(deps): update module github.com/google/go-containerregistry to v0.20.2 #971

Workflow file for this run

name: Validate PR - Trusted Artifact variants
'on':
pull_request:
branches: [main]
jobs:
go:
name: Check Trusted Artifact variants
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check Trusted Artifact variants
id: check
run: hack/generate-ta-tasks.sh
- name: Attach patch
if: ${{ always() && steps.check.conclusion == 'failure' }}
uses: actions/upload-artifact@v4
with:
name: Trusted artifacts patch
path: ./ta.patch