1
0
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:
PuneetPunamiya 2021-03-02 21:13:42 +05:30 committed by tekton-robot
parent 5a3e5f630f
commit af28e02840
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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