CI: use explicit Debian release names.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Aug 2021 18:05:24 +0000 (20:05 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Aug 2021 18:07:24 +0000 (20:07 +0200)
Currently debian:stable fails because the image on Docker Hub is still
buster, but bullseye is the new stable, and the sources.list URLs are
wrong.

.github/workflows/test.yml

index 171329c..0a53f4a 100644 (file)
@@ -19,7 +19,7 @@ jobs:
           - mips
 
     container:
-      image: debian:stable
+      image: debian:bullseye
       options: --privileged
 
     steps:
@@ -159,7 +159,8 @@ jobs:
           - centos:7 # aka RHEL 7
           - almalinux:8 # aka RHEL 8
           - fedora
-          - debian:stable
+          - debian:buster
+          - debian:bullseye
           - debian:testing
           - ubuntu # current LTS
           - ubuntu:rolling # latest