bake(compose): allow dot in target name

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-07-31 16:53:39 +02:00
parent 480bf2e123
commit 7ef679d945
6 changed files with 83 additions and 9 deletions

View File

@ -418,7 +418,7 @@ func TestServiceName(t *testing.T) {
},
{
svc: "a.b",
wantErr: true,
wantErr: false,
},
{
svc: "_a",