mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
test(ko): fix chainguard image label update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
9ac2794aa3
commit
6445e43a78
@ -160,7 +160,8 @@ func TestPublishPipeSuccess(t *testing.T) {
|
||||
chainguardStaticLabels := map[string]string{
|
||||
"org.opencontainers.image.authors": "Chainguard Team https://www.chainguard.dev/",
|
||||
"org.opencontainers.image.source": "https://github.com/chainguard-images/images/tree/main/images/static",
|
||||
"org.opencontainers.image.url": "https://edu.chainguard.dev/chainguard/chainguard-images/reference/static/",
|
||||
"org.opencontainers.image.url": "https://images.chainguard.dev/directory/image/static/overview",
|
||||
"org.opencontainers.image.vendor": "Chainguard",
|
||||
}
|
||||
|
||||
table := []struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user