docker/github
This commit is contained in:
parent
b66c629d0d
commit
8158a544c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
@ -3,7 +3,7 @@ jobs:
|
|||
job:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: debian:bookworm
|
||||
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
|
||||
steps:
|
||||
- name: spcd
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue