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:
|
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
|
||||||
run: >
|
run: >
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
image: debian:bookworm
|
image: ${DOCKER:-docker.io}/debian:bookworm
|
||||||
job:
|
job:
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue