Skip to content

Commit

Permalink
feat(dask#128): Fix build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lee committed Nov 2, 2024
1 parent 09bba98 commit 1aa99c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakefile.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ target "notebook" {
baseapp = "target:notebook-base-${replace(py_version, ".", "")}"
}

name = "dask-${replace(py_version, ".", "")}"
name = "dask-notebook-${replace(py_version, ".", "")}"
tags = tag(
"dask-notebook",
RELEASE,
Expand Down

0 comments on commit 1aa99c2

Please sign in to comment.