Skip to content

Commit

Permalink
fix: or-2009 remove override of docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Dec 11, 2023
1 parent acf083f commit e94c4de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ let test = testSolution
let publishSource = publish assemblyVersionNumber
let pack = pack nugetVersionNumber

let dockerRegistry = Environment.environVarOrDefault "BUILD_DOCKER_REGISTRY_IK4" "dev.local"

let containerize project containerName =
let result1 =
[ "build"; "."; "--no-cache"; "--tag"; sprintf "%s/%s:%s" dockerRegistry containerName buildNumber; "--build-arg"; sprintf "build_number=%s" buildNumber]
Expand Down

0 comments on commit e94c4de

Please sign in to comment.