Fix pipeline upstream image resource.

This commit is contained in:
redxef 2022-05-04 00:07:07 +02:00
parent 035c4929df
commit 5b011a361b
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -9,7 +9,8 @@ resources:
- name: upstream-image - name: upstream-image
type: registry-image type: registry-image
source: source:
repository: nginx:alpine repository: nginx
tag: alpine
jobs: jobs:
- name: build-push - name: build-push