From 399eee6eda2174621c223ac6808f0f761d5d3e4e Mon Sep 17 00:00:00 2001 From: Hans Spaans Date: Wed, 27 Dec 2023 03:41:45 +0100 Subject: [PATCH] Update container release tags (#386) --- .github/workflows/container-release-debian-10.yml | 4 +++- .github/workflows/container-release-debian-11.yml | 4 +++- .github/workflows/container-release-debian-12.yml | 4 +++- .github/workflows/container-release-ubuntu-2004.yml | 4 +++- .github/workflows/container-release-ubuntu-2204.yml | 4 +++- .github/workflows/container-release-ubuntu-2404.yml | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container-release-debian-10.yml b/.github/workflows/container-release-debian-10.yml index 4f5e192..a9862b1 100644 --- a/.github/workflows/container-release-debian-10.yml +++ b/.github/workflows/container-release-debian-10.yml @@ -57,4 +57,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true file: Dockerfile.debian-10 - tags: ghcr.io/hspaans/molecule-containers:debian-10 + tags: | + ghcr.io/hspaans/molecule-containers:debian-buster + ghcr.io/hspaans/molecule-containers:debian-10 diff --git a/.github/workflows/container-release-debian-11.yml b/.github/workflows/container-release-debian-11.yml index 2558865..8245d49 100644 --- a/.github/workflows/container-release-debian-11.yml +++ b/.github/workflows/container-release-debian-11.yml @@ -57,4 +57,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true file: Dockerfile.debian-11 - tags: ghcr.io/hspaans/molecule-containers:debian-11 + tags: | + ghcr.io/hspaans/molecule-containers:debian-bullseye + ghcr.io/hspaans/molecule-containers:debian-11 diff --git a/.github/workflows/container-release-debian-12.yml b/.github/workflows/container-release-debian-12.yml index 2ee866d..b1f0fd3 100644 --- a/.github/workflows/container-release-debian-12.yml +++ b/.github/workflows/container-release-debian-12.yml @@ -57,4 +57,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true file: Dockerfile.debian-12 - tags: ghcr.io/hspaans/molecule-containers:debian-12 + tags: | + ghcr.io/hspaans/molecule-containers:debian-bookworm + ghcr.io/hspaans/molecule-containers:debian-12 diff --git a/.github/workflows/container-release-ubuntu-2004.yml b/.github/workflows/container-release-ubuntu-2004.yml index d00dd5d..87d27a1 100644 --- a/.github/workflows/container-release-ubuntu-2004.yml +++ b/.github/workflows/container-release-ubuntu-2004.yml @@ -57,4 +57,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true file: Dockerfile.ubuntu-20.04 - tags: ghcr.io/hspaans/molecule-containers:ubuntu-20.04 + tags: | + ghcr.io/hspaans/molecule-containers:ubuntu-focal + ghcr.io/hspaans/molecule-containers:ubuntu-20.04 diff --git a/.github/workflows/container-release-ubuntu-2204.yml b/.github/workflows/container-release-ubuntu-2204.yml index 9ea038a..496754d 100644 --- a/.github/workflows/container-release-ubuntu-2204.yml +++ b/.github/workflows/container-release-ubuntu-2204.yml @@ -57,4 +57,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true file: Dockerfile.ubuntu-22.04 - tags: ghcr.io/hspaans/molecule-containers:ubuntu-22.04 + tags: | + ghcr.io/hspaans/molecule-containers:ubuntu-jammy + ghcr.io/hspaans/molecule-containers:ubuntu-22.04 diff --git a/.github/workflows/container-release-ubuntu-2404.yml b/.github/workflows/container-release-ubuntu-2404.yml index 111893d..9be8230 100644 --- a/.github/workflows/container-release-ubuntu-2404.yml +++ b/.github/workflows/container-release-ubuntu-2404.yml @@ -57,4 +57,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true file: Dockerfile.ubuntu-24.04 - tags: ghcr.io/hspaans/molecule-containers:ubuntu-24.04 + tags: | + ghcr.io/hspaans/molecule-containers:ubuntu-noble + ghcr.io/hspaans/molecule-containers:ubuntu-24.04