From 7b04445386d4cf116549e4d89155b18be77c066a Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 18 Jun 2022 08:25:16 +1000 Subject: [PATCH] Update docker image url --- manifest-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-template.yaml b/manifest-template.yaml index 0b5c5c9..97fc9a3 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: data-scraper - image: "docker.pkg.github.com/wahyd4/scraper/app:{{IMAGE_VERSION}}" + image: "ghcr.io/wahyd4/scraper/app:{{IMAGE_VERSION}}" imagePullPolicy: IfNotPresent env: - name: DB_USERNAME