From 5b011a361bd17adec971eabfa0fe2669380d500b Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 4 May 2022 00:07:07 +0200 Subject: [PATCH] Fix pipeline upstream image resource. --- ci/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 076aba4..6b81260 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -9,7 +9,8 @@ resources: - name: upstream-image type: registry-image source: - repository: nginx:alpine + repository: nginx + tag: alpine jobs: - name: build-push