docker
This commit is contained in:
parent
5bd2765cd4
commit
5af6fceb72
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
|
image: ${{vars.DOCKER}}debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: spcd
|
||||||
env:
|
env:
|
||||||
|
|
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: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
|
image: ${{vars.DOCKER}}debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: spcd
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
image: ${DOCKER:-docker.io}/debian:bookworm
|
image: ${DOCKER}debian:bookworm
|
||||||
job:
|
job:
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue