flatpak-indexer: fix kind for flatpak-indexer-build
Should be ImageStreamTag not ImageStream. We ended up with a destination of flatpak-indexer:latest:latest, when a default tag of :latest was added. Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
This commit is contained in:
parent
49c0a2d134
commit
636d797c0b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ metadata:
|
|||
spec:
|
||||
output:
|
||||
to:
|
||||
kind: ImageStream
|
||||
kind: ImageStreamTag
|
||||
name: flatpak-indexer:latest
|
||||
postCommit:
|
||||
command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue