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
maybe this will do it
  • Loading branch information
bcpeinhardt committed Dec 13, 2024
commit c262becd30bfa1bbe71bdd7e396a7ee8424e5fcf
3 changes: 2 additions & 1 deletion .github/workflows/deploy-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
deploy:
runs-on: ubuntu-latest

# Set id-token permission for gcloud
# Set id-token permission for gcloud
# Adding a comment because retriggering the build manually hung? Did some messing around in cloud console.
permissions:
contents: read
id-token: write
Expand Down
Loading
0