Skip to content

Commit 4f1d803

Browse files
Fixed tags
1 parent 6fd1508 commit 4f1d803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ group "all" {
3939

4040
target "cu124-py311" {
4141
dockerfile = "Dockerfile"
42-
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:${RELEASE}.post1"]
42+
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:cu124-py311-${RELEASE}"]
4343
args = {
4444
RELEASE = "${RELEASE}"
4545
BASE_IMAGE = "${BASE_IMAGE_REPOSITORY}:${BASE_IMAGE_VERSION}-python3.11-cuda12.4.1-torch2.6.0"
@@ -53,7 +53,7 @@ target "cu124-py311" {
5353

5454
target "cu128-py311" {
5555
dockerfile = "Dockerfile"
56-
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:${RELEASE}.post1"]
56+
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:cu128-py311-${RELEASE}"]
5757
args = {
5858
RELEASE = "${RELEASE}"
5959
BASE_IMAGE = "${BASE_IMAGE_REPOSITORY}:${BASE_IMAGE_VERSION}-python3.11-cuda12.8.1-torch2.7.0"

0 commit comments

Comments
 (0)