2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-21 21:02:26 +00:00

centos-stream-9: fix Dockerfile template

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2024-07-09 18:32:19 +02:00
parent f711f8919d
commit e31bc93074
6 changed files with 26 additions and 12 deletions

View File

@ -56,6 +56,7 @@ jobs:
- kalilinux
- alpine
- centos
- quay.io/centos/centos:stream9
steps:
- name: Checkout
@ -104,6 +105,7 @@ jobs:
- debian:10
- debian:11
- centos:8
- quay.io/centos/centos:stream9
steps:
- name: Checkout
uses: actions/checkout@v3