Compare commits

..

No commits in common. "5bd2765cd46e9a80f7903b7d066f3e64b5ab514c" and "c6ca8e1e0c1bebae45c5d668549f0df32ba116b1" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@ jobs:
job:
runs-on: ubuntu-latest
container:
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
image: debian:bookworm
steps:
- name: spcd
env:

View File

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