Skip to content

Commit

Permalink
Fix tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxnj committed Nov 21, 2023
1 parent 75ceb39 commit b3c6926
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,21 @@ jobs:
with:
path: posthog

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Depot CLI
uses: depot/setup-action@v1

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: us-east-1
Expand Down

0 comments on commit b3c6926

Please sign in to comment.