Skip to content

Fix: Sign All Published Image Tags #611

@bupd

Description

@bupd

Problem

In PublishImageAndSign, only the first image address is signed when multiple tags are published.

// Only signing imageAddrs[0]
_, err = m.Sign(..., imageAddrs[0])

During releases with IMAGE_TAGS: "latest,v1.0.0", both tags are published but only the first one gets signed.

Screenshot

Image

Fix

Loop through all published image addresses and sign each one.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions