From a3dc2a0b02aba16a4a68c02ba9984adb8642383e Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 17:46:06 +0100 Subject: [PATCH] Fix upstream image for pipeline trigger. --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 86e7491..076aba4 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -9,7 +9,7 @@ resources: - name: upstream-image type: registry-image source: - repository: alpine + repository: nginx:alpine jobs: - name: build-push