This commit is contained in:
Marc Beninca 2024-07-28 17:00:24 +02:00
parent 5bd2765cd4
commit 5af6fceb72
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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