Skip to content

Commit

Permalink
chore: add buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nronzel committed Feb 27, 2024
1 parent 1580e5e commit 90ed0de
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 @@ -34,6 +34,9 @@ jobs:
- name: Deploy to Cloud Run
run: "gcloud run deploy xoracle --image us-east1-docker.pkg.dev/xoracle/xoracle-repo/xoracle:latest --region us-east1 --allow-unauthenticated --project xoracle --max-instances=4"

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

- name: Log into DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 90ed0de

Please sign in to comment.