From: Benjamin Drung Date: Tue, 20 Jan 2026 13:35:20 +0000 (+0100) Subject: ci: sort container job configs by tag name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee4a8d2b2a505f2ab7a954321f1f1397e62f1fc;p=thirdparty%2Fdracut-ng.git ci: sort container job configs by tag name Sort container job configs by tag name because the tag name is used as job name. --- diff --git a/.github/workflows/container-extra.yml b/.github/workflows/container-extra.yml index 444683b9d..9cebb1e25 100644 --- a/.github/workflows/container-extra.yml +++ b/.github/workflows/container-extra.yml @@ -38,12 +38,12 @@ jobs: - {platform: 'linux/amd64', runner: 'ubuntu-24.04', tag: 'amd'} - {platform: 'linux/arm64', runner: 'ubuntu-24.04-arm', tag: 'arm'} config: + - {dockerfile: 'Dockerfile-azurelinux', tag: 'azurelinux:3.0', registry: 'mcr.microsoft.com'} + - {dockerfile: 'Dockerfile-fedora', tag: 'centos:latest', registry: 'quay.io/centos'} - {dockerfile: 'Dockerfile-debian', tag: 'debian:sid'} - - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', option: 'systemd'} - - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:amd64-openrc', option: 'amd64-openrc'} - {dockerfile: 'Dockerfile-fedora', tag: 'fedora:rawhide', registry: 'registry.fedoraproject.org'} - - {dockerfile: 'Dockerfile-fedora', tag: 'centos:latest', registry: 'quay.io/centos'} - - {dockerfile: 'Dockerfile-azurelinux', tag: 'azurelinux:3.0', registry: 'mcr.microsoft.com'} + - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:amd64-openrc', option: 'amd64-openrc'} + - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', option: 'systemd'} exclude: - config: {tag: 'arch:latest'} architecture: {platform: 'linux/arm64'} diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index be1eb1f4d..272609fa4 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -35,14 +35,14 @@ jobs: - {platform: 'linux/amd64', runner: 'ubuntu-24.04', tag: 'amd'} - {platform: 'linux/arm64', runner: 'ubuntu-24.04-arm', tag: 'arm'} config: + - {dockerfile: 'Dockerfile-alpine', tag: 'alpine:edge'} + - {dockerfile: 'Dockerfile-alpine-busybox', tag: 'alpine-busybox:edge'} + - {dockerfile: 'Dockerfile-arch', tag: 'arch:latest'} - {dockerfile: 'Dockerfile-debian', tag: 'debian:latest'} - {dockerfile: 'Dockerfile-fedora', tag: 'fedora:latest'} - {dockerfile: 'Dockerfile-opensuse', tag: 'opensuse:latest'} - - {dockerfile: 'Dockerfile-arch', tag: 'arch:latest'} - {dockerfile: 'Dockerfile-debian', tag: 'ubuntu:devel'} - {dockerfile: 'Dockerfile-debian', tag: 'ubuntu:rolling'} - - {dockerfile: 'Dockerfile-alpine', tag: 'alpine:edge'} - - {dockerfile: 'Dockerfile-alpine-busybox', tag: 'alpine-busybox:edge'} - {dockerfile: 'Dockerfile-void', tag: 'void:latest'} exclude: - config: {tag: 'arch:latest'}