Skip to content

Provide a flag to also publish a :latest tag #11

@yoshuawuyts

Description

@yoshuawuyts

In bytecodealliance/sample-wasi-http-rust#52 we're calling a second instance of wkg-github-action to publish a :latest tag. This has the downside that it seemingly incorrectly encodes the version field when uploading the image - which should be set to the semantic version, but is hardcoded to latest.

Publishing a rolling latest tag alongside versioned artifacts is a common practice in the container world, and it would be convenient if wkg-github-action provided native support for this. Or alternatively have a way to separate the "version" annotation in the OCI image from the version we're publishing to the registry. Thanks!

cc/ @thomastaylor312 maybe you have opinions here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions