tinkerbell / actions

Suite of Tinkerbell Actions for use in Tinkerbell Workflows
Apache License 2.0
28 stars 43 forks source link

Tag the released images in this repository #66

Closed rgl closed 7 months ago

rgl commented 3 years ago

Its quite hard to go from a image, say, image2disk:v1.0.0 to its source code, as there are no tags in this repository nor a git revision in the artifacthub page.

Can these be included in the release process?

tstromberg commented 3 years ago

Discussed at triage:

Thoughts?

rgl commented 3 years ago

Both sound good! :-)

nshalman commented 3 years ago

It seems like if commits land and the README.md hasn't been updated, a new container reusing the same version string and thus the same tag will be pushed to quay. So there's no enforcement preventing us from pushing new containers with the same version string. (Also, per #69, other stuff may not be quite right with the release process.)

Example of container tag advancing repeatedly: https://quay.io/repository/tinkerbell-actions/image2disk?tab=history

Discussed again during triage. Possible plan of action (CC @mmlb):

chrisdoherty4 commented 7 months ago

Obsolete