We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cd359 commit 408fcbdCopy full SHA for 408fcbd
docker-bake.hcl
@@ -3,13 +3,13 @@ group "default" {
3
}
4
5
target "frontend" {
6
- tags = [ "biixie.com:frontend-latest" ]
+ tags = [ "biixie/biixie.com:frontend-latest" ]
7
content = "."
8
dockerfile = "frontend/Dockerfile"
9
10
11
target "backend" {
12
- tags = [ "biixie.com:backend-latest" ]
+ tags = [ "biixie/biixie.com:backend-latest" ]
13
contenet = "."
14
dockerfile = "backend/Dockerfile"
15
0 commit comments