fix(ci): enable Docker BuildKit for --mount syntax
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 1m5s
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 1m5s
This commit is contained in:
parent
70554cd58a
commit
b7dcdea071
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
.
|
.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue