docker
This commit is contained in:
parent
4229ccd6f9
commit
219b58c762
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
runs-on: bookworm
|
container:
|
||||||
|
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
- name: cd
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue