Finch build with multiple tags (-t
) only updates the first tag when the tag already exists
#707
Labels
bug
Something isn't working
Describe the bug
When running
finch build
specifying multiple tags for the built container (multiple-t
arguments), only the first tag is updated if the tags already exist.Steps to reproduce
The following steps demonstrate the problem.
As you can see, after the dockerfile is changed and the container is rebuilt with the same tags, the second tag isn't updated.
Expected behavior
The output of running the 2 containers that should have been built in the build step should be the same. More generally, each
finch build
should update ALL the tags given to the container that is built.Screenshots or logs
N/A
Additional context
None
To help debug the issue as quickly as possible, we recommend generating a support bundle with
finch support-bundle generate
and attaching it to this issue. This packages all Finch-related configs and logs into one file.The text was updated successfully, but these errors were encountered: