chore: add new production version (#1941)

This commit is contained in:
Michael Barz
2025-11-29 14:13:52 +01:00
committed by GitHub
parent 778580545b
commit 7778eab752

View File

@@ -388,7 +388,7 @@ config = {
"architectures": ["arm64", "amd64"],
"production": {
# NOTE: need to be updated if new production releases are determined
"tags": ["2.0"],
"tags": ["2.0", "4.0"],
"repo": docker_repo_slug,
"build_type": "production",
},