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
|
||||
type: registry-image
|
||||
source:
|
||||
repository: nginx:alpine
|
||||
repository: nginx
|
||||
tag: alpine
|
||||
|
||||
jobs:
|
||||
- name: build-push
|
||||
|
|
Loading…
Reference in a new issue