Skip to content

Commit

Permalink
Fix cloudbuild container name (#105)
Browse files Browse the repository at this point in the history
* add GCP env variables to all steps

* fix container name
  • Loading branch information
DaMandal0rian authored Aug 23, 2024
1 parent b56e8a6 commit f561ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
- 'set'
- 'image'
- 'deployment/graphix-cross-checker'
- 'graphix-cross-checker=ghcr.io/${_GITHUB_REPO_OWNER}/graphix:latest'
- 'graphix=ghcr.io/${_GITHUB_REPO_OWNER}/graphix:latest'
env:
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-a'
- 'CLOUDSDK_CONTAINER_CLUSTER=testnet'
Expand Down

0 comments on commit f561ef1

Please sign in to comment.