feat(ci): push container images to ghcr.io as well (#10945)

## Problem
There's new rate-limits coming on docker hub. To reduce our reliance on
docker hub and the problems the limits are going to cause for us, we
want to prepare for this by also pushing our container images to ghcr.io

## Summary of changes
Push our images to ghcr.io as well and not just docker hub.
This commit is contained in:
JC Grünhage
2025-02-24 18:45:23 +01:00
committed by GitHub
parent 40acb0c06d
commit 1f0dea9a1a
4 changed files with 52 additions and 44 deletions

View File

@@ -27,6 +27,7 @@ components = {
registries = {
"dev": [
"docker.io/neondatabase",
"ghcr.io/neondatabase",
f"{dev_aws}.dkr.ecr.{aws_region}.amazonaws.com",
f"{dev_acr}.azurecr.io/neondatabase",
],