ci: install docker-cli-buildx so BuildKit cache mounts work
All checks were successful
Deploy / deploy (push) Successful in 2m57s
All checks were successful
Deploy / deploy (push) Successful in 2m57s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: "1"
|
DOCKER_BUILDKIT: "1"
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache docker-cli git
|
apk add --no-cache docker-cli docker-cli-buildx git
|
||||||
cd /opt/digital-home/smart-home-tablet
|
cd /opt/digital-home/smart-home-tablet
|
||||||
git config --global --add safe.directory /opt/digital-home/smart-home-tablet
|
git config --global --add safe.directory /opt/digital-home/smart-home-tablet
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|||||||
Reference in New Issue
Block a user