From: Guus Sliepen Date: Sun, 15 Aug 2021 18:05:24 +0000 (+0200) Subject: CI: use explicit Debian release names. X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=6831262780e0bc707841227b5e069ee8756ddebf CI: use explicit Debian release names. 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. --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 171329c4..0a53f4a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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