Skip to content

Commit

Permalink
Enable BuildKit on gradle docker task (apache#32875)
Browse files Browse the repository at this point in the history
* Enable BuildKit on gradle docker task

* Revert setting dockerTag
  • Loading branch information
damondouglas authored Oct 21, 2024
1 parent 1a936c5 commit 56696ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class BeamDockerPlugin implements Plugin<Project> {
group = 'Docker'
description = 'Builds Docker image.'
dependsOn prepare
environment 'DOCKER_BUILDKIT', '1'
})

Task tag = project.tasks.create('dockerTag', {
Expand Down

0 comments on commit 56696ec

Please sign in to comment.