alekseyolg commented on code in PR #24504:
URL: https://github.com/apache/superset/pull/24504#discussion_r1240875897
##########
.github/workflows/docker.yml:
##########
@@ -50,7 +50,7 @@ jobs:
mkdir -p ./build
echo ${{ github.sha }} > ./build/SHA
echo ${{ github.event.pull_request.number }} > ./build/PR-NUM
- docker build --target ci -t ${{ github.sha }} -t "pr-${{
github.event.pull_request.number }}" .
+ DOCKER_BUILDKIT=1 docker build --target ci -t ${{ github.sha }} -t
"pr-${{ github.event.pull_request.number }}" .
Review Comment:
@sebastianliebscher Hello!
Originally my code didn't include this, but without it, an error pops up
that this variable is not set and a build error occurs.
Apparently this feature is not used by default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]