Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix image name when building with buildx
We cannot use the `:latest` prefix as this will generate a name like `my.registry.com/my-image:my-branch:latest`, notice there are "2" tags: `my-branch` and `latest` which is wrong.
- Loading branch information