fix target preview

This commit is contained in:
Stefan Allius
2024-09-07 13:49:45 +02:00
parent be4c6ac77f
commit 5d5d7c218f

View File

@@ -78,7 +78,7 @@ target "dev" {
target "preview" {
inherits = ["_common", "_prod"]
tags = ["${IMAGE}:dev", "${IMAGE}:${VERSION}"]
tags = ["${IMAGE}:preview", "${IMAGE}:${VERSION}"]
}
target "rc" {