docker/github,gitlab
This commit is contained in:
parent
6577794018
commit
011d8e0d62
2 changed files with 2 additions and 2 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
|
||||
run: >
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
image: debian:bookworm
|
||||
image: ${DOCKER:-docker.io}/debian:bookworm
|
||||
job:
|
||||
script:
|
||||
- >
|
||||
|
|
Loading…
Reference in a new issue