Commit 5394a6e
committed
🐛 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.1 parent 4443b3f commit 5394a6e
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
0 commit comments