]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: fix daily integration tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 17 Jan 2025 23:53:04 +0000 (18:53 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 18 Jan 2025 00:28:14 +0000 (19:28 -0500)
With recent changes in CI container tags
latest tag is required.

.github/workflows/integration-extra.yml

index 871e3d252629b6eeab4272290ff7464ff61ab9e8..4133e695a005f0cbe408c5d16a4fb1da677d9908 100644 (file)
@@ -25,21 +25,21 @@ jobs:
             fail-fast: false
             matrix:
                 container:
-                    - alpine
+                    - alpine:latest
                     - alpine:edge
-                    - arch
-                    - debian
+                    - arch:latest
+                    - debian:latest
                     - debian:sid
-                    - fedora
+                    - fedora:latest
                     - fedora:rawhide
                     - centos:stream10-development
-                    - gentoo
+                    - gentoo:latest
                     - gentoo:amd64-openrc
-                    - opensuse
-                    - ubuntu
+                    - opensuse:latest
+                    - ubuntu:latest
                     - ubuntu:devel
                     - ubuntu:rolling
-                    - void
+                    - void:latest
                 test:
                     - "10"
                     - "11"