Skip to content

Commit f704bc0

Browse files
authored
Update main.yml
1 parent 26ee105 commit f704bc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
cd /home/dev/CAPEC-Rag/
4949
echo "${{ secrets.DEV_PASS }}" | sudo -S docker-compose down
5050
echo "Starting Docker Compose services..."
51+
echo "Enabling Docker BuildKit..."
52+
export DOCKER_BUILDKIT=1
53+
echo "Starting Docker Compose services..."
5154
echo "${{ secrets.DEV_PASS }}" | sudo -S docker-compose build --no-cache
5255
echo "${{ secrets.DEV_PASS }}" | sudo -S docker-compose up -d
5356
echo "Successfully deployed the application!"

0 commit comments

Comments
 (0)