Skip to content

Commit

Permalink
Update container release tags (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspaans authored Dec 27, 2023
1 parent b77d299 commit 399eee6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/container-release-debian-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/container-release-debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/container-release-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/container-release-ubuntu-2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/container-release-ubuntu-2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/container-release-ubuntu-2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 399eee6

Please sign in to comment.