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