Commit d5bea93
committed
Use
For adding labels, which are part of the config blob of a image we need
to use `remote.Push` instead of `remote.Put` due to a change in
go-containerregistry[1]. Now `remote.Put` will not upload any changed
blobs, it will just update the manifest, so the mutated config blob will
not be present in the registry and the update of the manifest would
fail.
[1] google/go-containerregistry#1970remote.Push instead of remote.Put
1 parent 6eec165 commit d5bea93
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments