From 6831262780e0bc707841227b5e069ee8756ddebf Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 15 Aug 2021 20:05:24 +0200 Subject: [PATCH] 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. --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1