Skip to content

Commit

Permalink
Pass docker buildkit var
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Jan 19, 2024
1 parent e30862d commit 9418739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
steps:
- name: Deploy CSZ Bot
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab
env:
DOCKER_BUILDKIT: 1
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
envs: DOCKER_BUILDKIT
script: /home/csc/deploy.sh

0 comments on commit 9418739

Please sign in to comment.