mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: build Packer images every release (#6009)
This commit is contained in:
@@ -333,3 +333,11 @@ jobs:
|
||||
# For gh CLI. We need a real token since we're commenting on a PR in a
|
||||
# different repo.
|
||||
GH_TOKEN: ${{ secrets.CDRCI_GITHUB_TOKEN }}
|
||||
|
||||
- name: Start Packer builds
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.CDRCI_GITHUB_TOKEN }}
|
||||
repository: coder/packages
|
||||
event-type: coder-release
|
||||
client-payload: '{"coder_version": "${{ needs.release.outputs.version }}"}'
|
||||
|
||||
Reference in New Issue
Block a user