Skip to content

Commit

Permalink
Bump gcr.io/go-containerregistry/crane from 0.19.1 to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-biswas authored and github-actions[bot] committed Jul 9, 2024
1 parent 2a696ef commit 3b27cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/v1alpha1_samples/buildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ metadata:
spec:
buildSteps:
- name: store-tarball
image: gcr.io/go-containerregistry/crane:v0.19.1
image: gcr.io/go-containerregistry/crane:v0.20.0
command:
- crane
args:
Expand Down
2 changes: 1 addition & 1 deletion test/v1beta1_samples/buildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ metadata:
spec:
steps:
- name: store-tarball
image: gcr.io/go-containerregistry/crane:v0.19.1
image: gcr.io/go-containerregistry/crane:v0.20.0
command:
- crane
args:
Expand Down

0 comments on commit 3b27cb1

Please sign in to comment.