mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
feat: add midori skeleton, bot scaffolding, CD seeds
This commit is contained in:
parent
7c861b37ca
commit
49d44df231
30 changed files with 854 additions and 123 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -41,6 +41,16 @@ jobs:
|
|||
--stamp \
|
||||
--workspace_status_command hack/workspace_status.sh
|
||||
|
||||
- name: Write Artifact Manifest
|
||||
run: |
|
||||
bash hack/generate_versions.sh > manifest.json
|
||||
|
||||
- name: Upload Artifact Manifest
|
||||
uses: actions/upload-artifact
|
||||
with:
|
||||
name: manifest.json
|
||||
path: manifest.json
|
||||
|
||||
- name: Publish Dev Container Image
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue