From 5596088c57cd58346e5865a0922e15110bbb503e Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 24 Aug 2026 21:22:58 +1000 Subject: [PATCH] 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"