Skip to content

Commit

Permalink
rename NETWORK to BUILD_NETWORK
Browse files Browse the repository at this point in the history
  • Loading branch information
ktulinger authored and rohanKanojia committed Feb 5, 2023
1 parent 7d28536 commit e1b2905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private BuildImageConfiguration extractBuildConfiguration(ImageConfiguration fro
.volumes(valueProvider.getList(VOLUMES, config.getVolumes()))
.tags(valueProvider.getList(TAGS, config.getTags()))
.maintainer(valueProvider.getString(MAINTAINER, config.getMaintainer()))
.network(valueProvider.getString(NETWORK, config.getNetwork()))
.network(valueProvider.getString(BUILD_NETWORK, config.getNetwork()))
.workdir(valueProvider.getString(WORKDIR, config.getWorkdir()))
.skip(valueProvider.getBoolean(SKIP_BUILD, config.getSkip()))
.skipPush(valueProvider.getBoolean(SKIP_PUSH, config.getSkipPush()))
Expand Down

0 comments on commit e1b2905

Please sign in to comment.