chainguard-images / actions

GitHub actions for the chainguard-images
Apache License 2.0
17 stars 22 forks source link

Trim alpine version tags and retag #41

Closed priyawadhwa closed 2 years ago

priyawadhwa commented 2 years ago

Adds a step to the tag action which will:

  1. search for any alpine version tags (for example 1.18.4-r2 for go
  2. trim the -r2 off of the tag
  3. compare the remaining tag 1.18.4 against dockerhub and add any additional matching tags

Signed-off-by: Priya Wadhwa priya@chainguard.dev