Combine multi-tag builds into one buildx command using multiple --tag options #37
Labels
good first issue
Good for newcomers
polish
Cleanup and other non-functional changes to improve hygiene of code.
Currently, we build (and push) the image twice when tagging a release with both the full tag (ie
1.2.3
) and the major/minor moving tag (ie1.2
).buildx
now (or always?) supports multiple--tag
options so we can tag and push from a single build.We can change this:
to this:
The text was updated successfully, but these errors were encountered: