Skip to content

Commit

Permalink
Switch image name
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Dec 4, 2023
1 parent e5ca53c commit babbeca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function "check_suffix" {
# ----------------------------------------------------------------------------------------------------------------------

group "prod" {
targets = ["askem-julia-base"]
targets = ["askem-julia"]
}

group "default" {
Expand All @@ -46,9 +46,9 @@ target "_platforms" {
platforms = ["linux/amd64"]
}

target "askem-julia-base" {
target "askem-julia" {
inherits = ["_platforms"]
context = "."
tags = tag("askem-julia-base", "", "")
tags = tag("askem-julia", "", "")
dockerfile = "docker/Dockerfile"
}

0 comments on commit babbeca

Please sign in to comment.