docker/forgejo
All checks were successful
/ job (push) Successful in 7m11s

This commit is contained in:
Marc Beninca 2024-07-22 14:58:18 +02:00
parent 011d8e0d62
commit 99312565b8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
14 changed files with 14 additions and 14 deletions

View file

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

View file

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

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
job:
container:
image: archlinux:base-20231112.0.191179
image: ${{vars.DOCKER||'docker.io'}}/archlinux:base-20231112.0.191179
steps:
- name: spcd
run: >

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
job:
container:
image: archlinux:base-20240101.0.204074
image: ${{vars.DOCKER||'docker.io'}}/archlinux:base-20240101.0.204074
steps:
- name: spcd
run: >

View file

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

View file

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

View file

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

View file

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