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