fix(ci): enable Docker BuildKit for --mount syntax
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 1m5s

This commit is contained in:
rosslh 2026-02-11 21:31:53 -05:00
parent 70554cd58a
commit b7dcdea071

View file

@ -30,7 +30,7 @@ jobs:
- name: Build image - name: Build image
run: | run: |
docker build -f docker/production/Dockerfile \ DOCKER_BUILDKIT=1 docker build -f docker/production/Dockerfile \
-t ${{ env.REGISTRY }}/${{ github.repository }}:${{ steps.version.outputs.VERSION }} \ -t ${{ env.REGISTRY }}/${{ github.repository }}:${{ steps.version.outputs.VERSION }} \
-t ${{ env.REGISTRY }}/${{ github.repository }}:latest \ -t ${{ env.REGISTRY }}/${{ github.repository }}:latest \
. .