ubuntu
This commit is contained in:
parent
3a5350654d
commit
fb2ccf9cbc
2 changed files with 26 additions and 0 deletions
13
.forgejo/workflows/ubuntu:mantic.yaml
Normal file
13
.forgejo/workflows/ubuntu:mantic.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: ubuntu:mantic
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: ${{secrets.cd}}
|
||||
run: eval ${{vars.cd}}
|
||||
|
||||
- run: cd-list-environment
|
||||
- run: cd-browse-workspace
|
13
.forgejo/workflows/ubuntu:noble.yaml
Normal file
13
.forgejo/workflows/ubuntu:noble.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: ubuntu:noble
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: ${{secrets.cd}}
|
||||
run: eval ${{vars.cd}}
|
||||
|
||||
- run: cd-list-environment
|
||||
- run: cd-browse-workspace
|
Loading…
Reference in a new issue