fix target preview
This commit is contained in:
@@ -78,7 +78,7 @@ target "dev" {
|
|||||||
|
|
||||||
target "preview" {
|
target "preview" {
|
||||||
inherits = ["_common", "_prod"]
|
inherits = ["_common", "_prod"]
|
||||||
tags = ["${IMAGE}:dev", "${IMAGE}:${VERSION}"]
|
tags = ["${IMAGE}:preview", "${IMAGE}:${VERSION}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "rc" {
|
target "rc" {
|
||||||
|
|||||||
Reference in New Issue
Block a user