Skip to content

Commit

Permalink
add checkout; add svc acct user to terraform for gh img pusher
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Sep 22, 2023
1 parent f8029e2 commit fbe5894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
runs-on: ubuntu-latest
# needs: build-and-push-to-gcr
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # to get all tags
# gcloud compute ssh monarch-v3-api-manager -- sudo docker service update monarch-v3_api --with-registry-auth --update-order=start-first --force --image us-central1-docker.pkg.dev/monarch-initiative/monarch-api/monarch-api:${COMMIT_HASH}
# repeat for monarch-v3_nginx and monarch-ui
- id: "auth"
Expand Down

0 comments on commit fbe5894

Please sign in to comment.