Fix pipeline upstream image resource.
This commit is contained in:
parent
035c4929df
commit
5b011a361b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue