archlinux:bases
This commit is contained in:
parent
96d00e8398
commit
aaed4e1510
2 changed files with 26 additions and 0 deletions
13
.forgejo/workflows/archlinux:base-20231112.0.191179.yaml
Normal file
13
.forgejo/workflows/archlinux:base-20231112.0.191179.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: archlinux:base-20231112.0.191179
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: ${{secrets.cd}}
|
||||
run: eval ${{vars.cd}}
|
||||
|
||||
- run: cd-list-environment
|
||||
- run: cd-browse-workspace
|
13
.forgejo/workflows/archlinux:base-20240101.0.204074.yaml
Normal file
13
.forgejo/workflows/archlinux:base-20240101.0.204074.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: archlinux:base-20240101.0.204074
|
||||
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