Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-esk committed Aug 9, 2024
1 parent 6b7a027 commit 1ec6b06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/container/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ func (f *BuilderFactory) PushBuilderImage(ctx context.Context, imageName string)
}

dockerFile := strings.Join(f.dockerFileInstructions, "\n")

fmt.Printf("dockerFilePath: %v\n", dockerFilePath)
fmt.Printf("dockerFile: %v\n", dockerFile)

err := os.WriteFile(dockerFilePath, []byte(dockerFile), 0644)
if err != nil {
return ErrFailedToWriteDockerfile.Wrap(err)
Expand Down

0 comments on commit 1ec6b06

Please sign in to comment.