Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
nronzel committed Feb 27, 2024
1 parent 90ed0de commit 29fa014
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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 @@ -34,8 +37,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: Set up Buildx
uses: docker/setup-buildx-action@v3

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

0 comments on commit 29fa014

Please sign in to comment.