Skip to content

Commit

Permalink
use buildx to build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kashu-02 committed Jul 16, 2024
1 parent d06a0ea commit 8c63c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
HostName ${{ secrets.HOST_NAME }}
User ${{ secrets.USER_NAME }}
IdentityFile ~/.ssh/id_ed25519
ProxyCommand /tmp/cloudflared/cloudflared access ssh --id ${{ secrets.SSH_CLOUDFLARED_ID }} --secret ${{ secrets.SSH_CLOUDFLARED_SECRET }} --hostname %h
ProxyCommand /tmp/cloudflared/cloudflared access ssh --id ${{ secrets.SSH_CLOUDFLARED_ID }} --secret ${{ secrets.SSH_CLOUDFLARED_SECRET }} --hostname ${{ secrets.HOST_NAME }}
- name: Upload binary
run: |
Expand Down

0 comments on commit 8c63c88

Please sign in to comment.