Compare commits

...

8 Commits

Author SHA1 Message Date
5bd2765cd4
docker/gitlab
Some checks failed
/ job (push) Has been cancelled
2024-07-22 14:44:36 +02:00
8158a544c7
docker/github 2024-07-22 14:41:29 +02:00
b66c629d0d
main/github 2024-07-22 14:41:00 +02:00
f1263962a7
'' 2024-07-22 14:38:42 +02:00
5949898e1e
"" 2024-07-22 14:37:28 +02:00
02b73ee76b
/ 2024-07-22 14:35:23 +02:00
080d76a3dd
main 2024-07-22 14:34:44 +02:00
30488f6ba4
test 2024-07-22 14:30:05 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ on: [push]
jobs:
job:
container:
image: debian:bookworm
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
steps:
- name: spcd
env:

View File

@ -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:

View File

@ -1,4 +1,4 @@
image: debian:bookworm
image: ${DOCKER:-docker.io}/debian:bookworm
job:
script:
- >