From 5596088c57cd58346e5865a0922e15110bbb503e Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 24 Aug 2026 21:22:58 +1000 Subject: [PATCH 1/2] Allow ghcr.io/arabcoders/watchstate via artifactapi Add arabcoders pattern to ghcr remote to enable pulling watchstate image through artifactapi for media watch-state sync deployment. --- config/remote_docker/ghcr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_docker/ghcr.yaml b/config/remote_docker/ghcr.yaml index 7e66e03..b7ebff1 100644 --- a/config/remote_docker/ghcr.yaml +++ b/config/remote_docker/ghcr.yaml @@ -3,6 +3,7 @@ description: GitHub Container Registry immutable_ttl: 0 mutable_ttl: 300 patterns: + - "^arabcoders/" - "^cloudnative-pg/" - "^dexidp/" - "^emberstack/helm-charts" From b776d16a9c015c9c3445519550b5beea45dc3956 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 24 Aug 2026 21:37:30 +1000 Subject: [PATCH 2/2] Narrow arabcoders allow-pattern to watchstate per review --- config/remote_docker/ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/remote_docker/ghcr.yaml b/config/remote_docker/ghcr.yaml index b7ebff1..55ef897 100644 --- a/config/remote_docker/ghcr.yaml +++ b/config/remote_docker/ghcr.yaml @@ -3,7 +3,7 @@ description: GitHub Container Registry immutable_ttl: 0 mutable_ttl: 300 patterns: - - "^arabcoders/" + - "^arabcoders/watchstate" - "^cloudnative-pg/" - "^dexidp/" - "^emberstack/helm-charts"