This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ function "check_suffix" {
28
28
# ----------------------------------------------------------------------------------------------------------------------
29
29
30
30
group "prod" {
31
- targets = [" simulation -service" ]
31
+ targets = [" sciml -service" ]
32
32
}
33
33
34
34
group "default" {
35
- targets = [" simulation -service-base" ]
35
+ targets = [" sciml -service-base" ]
36
36
}
37
37
38
38
# ----------------------------------------------------------------------------------------------------------------------
@@ -45,13 +45,13 @@ target "_platforms" {
45
45
platforms = [" linux/amd64" , " linux/arm64" ]
46
46
}
47
47
48
- target "simulation -service-base" {
48
+ target "sciml -service-base" {
49
49
context = " ."
50
- tags = tag (" simulation -service" , " " , " " )
50
+ tags = tag (" sciml -service" , " " , " " )
51
51
dockerfile = " docker/Dockerfile.api"
52
52
}
53
53
54
54
# NOTE: target name will be used as the name of the image
55
- target "simulation -service" {
56
- inherits = [" simulation -service-base" , " docker-metadata-action" , " _platforms" ]
55
+ target "sciml -service" {
56
+ inherits = [" sciml -service-base" , " docker-metadata-action" , " _platforms" ]
57
57
}
You can’t perform that action at this time.
0 commit comments