Skip to content

Commit

Permalink
Merge pull request #67 from dweomer/use-buildkit-on-publish
Browse files Browse the repository at this point in the history
drone: DOCKER_BUILDKIT=1 for publish step
  • Loading branch information
dweomer authored Nov 20, 2020
2 parents 0fd9e74 + 68eae49 commit 1838a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ steps:
target: release
environment:
ARCH: "${DRONE_STAGE_ARCH}"
DOCKER_BUILDKIT: "1"
when:
event:
- tag
Expand Down Expand Up @@ -122,6 +123,7 @@ steps:
target: release
environment:
ARCH: "${DRONE_STAGE_ARCH}"
DOCKER_BUILDKIT: "1"
when:
event:
- tag
Expand Down Expand Up @@ -191,6 +193,7 @@ steps:
target: release
environment:
ARCH: "${DRONE_STAGE_ARCH}"
DOCKER_BUILDKIT: "1"
when:
event:
- tag
Expand Down

0 comments on commit 1838a06

Please sign in to comment.