Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use build kit on deploy (#11)
Using Docker 20.10 commands we used before now break like this: ``` image with reference sha256:6deb7d92f59f205ddaf95230bec403fd117ab8f509074f09a3fc6b108276d744 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64 ``` This switches to always use BUILDKIT=1 when pushing images, as Docker changed behavior in 20.10 and it is more complex to figure out if we are 20.10 or not, and would be annoying to figure out what later versions would do. See moby/moby#41552
- Loading branch information