mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-24 06:15:46 +00:00
Fix Catlin error by adding tags to the image
Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
This commit is contained in:
parent
5a3e5f630f
commit
af28e02840
@ -58,7 +58,7 @@ spec:
|
||||
name: $(params.GITHUB_TOKEN_SECRET_NAME)
|
||||
key: $(params.GITHUB_TOKEN_SECRET_KEY)
|
||||
|
||||
image: registry.access.redhat.com/ubi8/ubi:latest
|
||||
image: registry.access.redhat.com/ubi8/ubi:8.2
|
||||
script: |
|
||||
#!/usr/libexec/platform-python
|
||||
import json
|
||||
|
@ -54,7 +54,7 @@ spec:
|
||||
name: $(params.GITHUB_TOKEN_SECRET_NAME)
|
||||
key: $(params.GITHUB_TOKEN_SECRET_KEY)
|
||||
|
||||
image: registry.access.redhat.com/ubi8/ubi:latest
|
||||
image: registry.access.redhat.com/ubi8/ubi:8.2
|
||||
script: |
|
||||
#!/usr/libexec/platform-python
|
||||
import json
|
||||
|
Loading…
Reference in New Issue
Block a user