diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index c7fe5fe..38eb54b 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -15,9 +15,9 @@ jobs: matrix: include: - os: centos - version: stream9 + version: stream-9 - os: centos - version: stream10 + version: stream-10 steps: - name: Update podman diff --git a/Containerfile.centos-stream10 b/Containerfile.centos-stream-10 similarity index 96% rename from Containerfile.centos-stream10 rename to Containerfile.centos-stream-10 index d54df79..471344f 100644 --- a/Containerfile.centos-stream10 +++ b/Containerfile.centos-stream-10 @@ -1,4 +1,4 @@ -# See Containerfile.centos-stream9 for more information. +# See Containerfile.centos-stream-9 for more information. FROM quay.io/centos/centos:stream10-development as repos diff --git a/Containerfile.centos-stream9 b/Containerfile.centos-stream-9 similarity index 100% rename from Containerfile.centos-stream9 rename to Containerfile.centos-stream-9 diff --git a/centos-tier-0-rt-stream9.yaml b/centos-stream-9-tier0-rt.yaml similarity index 100% rename from centos-tier-0-rt-stream9.yaml rename to centos-stream-9-tier0-rt.yaml diff --git a/centos-tier-0-stream9.yaml b/centos-stream-9-tier0.yaml similarity index 100% rename from centos-tier-0-stream9.yaml rename to centos-stream-9-tier0.yaml diff --git a/centos-tier-1-rt-stream9.yaml b/centos-stream-9-tier1-rt.yaml similarity index 100% rename from centos-tier-1-rt-stream9.yaml rename to centos-stream-9-tier1-rt.yaml