Skip to content

Commit 7b13be5

Browse files
authored
Update tasks.yaml to use quay.io
1 parent e77f008 commit 7b13be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/tasks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
params:
2424
- name: image
2525
description: The container image with pylint
26-
default: docker.io/python:3.11-slim
26+
default: quay.io/rofrano/python:3.11-slim
2727
- name: path
2828
description: The path to the module which should be analyzed by pylint
2929
default: "."
@@ -104,7 +104,7 @@ spec:
104104
default: "database_uri"
105105
steps:
106106
- name: pytest
107-
image: docker.io/python:3.11-slim
107+
image: quay.io/rofrano/python:3.11-slim
108108
workingDir: $(workspaces.source.path)
109109
env:
110110
- name: DATABASE_URI

0 commit comments

Comments
 (0)