fix: Add v2 suffix to make tags sane

This commit is contained in:
DatCaptainHorse
2025-11-20 19:04:17 +02:00
parent 7d515bcd94
commit d5916ac2be
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
strategy: strategy:
matrix: matrix:
variant: variant:
- { suffix: "", base: "docker.io/cachyos/cachyos:latest" } - { suffix: "v2", base: "docker.io/cachyos/cachyos:latest" }
- { suffix: "v3", base: "docker.io/cachyos/cachyos-v3:latest" } - { suffix: "v3", base: "docker.io/cachyos/cachyos-v3:latest" }
#- { suffix: "v4", base: "docker.io/cachyos/cachyos-v4:latest" } # Disabled until GHA has this #- { suffix: "v4", base: "docker.io/cachyos/cachyos-v4:latest" } # Disabled until GHA has this
steps: steps:

View File

@@ -36,7 +36,7 @@ jobs:
strategy: strategy:
matrix: matrix:
variant: variant:
- { suffix: "", base: "docker.io/cachyos/cachyos:latest" } - { suffix: "v2", base: "docker.io/cachyos/cachyos:latest" }
- { suffix: "v3", base: "docker.io/cachyos/cachyos-v3:latest" } - { suffix: "v3", base: "docker.io/cachyos/cachyos-v3:latest" }
#- { suffix: "v4", base: "docker.io/cachyos/cachyos-v4:latest" } # Disabled until GHA has this #- { suffix: "v4", base: "docker.io/cachyos/cachyos-v4:latest" } # Disabled until GHA has this
runner: runner: