8000 feat: ci to build new registry on push to main by bcpeinhardt · Pull Request #363 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

feat: ci to build new registry on push to main #363

Merged
merged 21 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set project id
  • Loading branch information
bcpeinhardt committed Dec 16, 2024
commit 236439c300e4afe337ac2fe498334811388d57f6
1 change: 1 addition & 0 deletions .github/workflows/deploy-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
with:
project_id: "coder-registry-1"
workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
# service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com

Expand Down
Loading
0