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:
|
job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: spcd
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue