Skip to content

Commit

Permalink
removed buildx step
Browse files Browse the repository at this point in the history
  • Loading branch information
nronzel committed Feb 27, 2024
1 parent 25d6667 commit 0b980de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

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

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -37,7 +34,6 @@ 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: Log into DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 0b980de

Please sign in to comment.