Skip to content

Commit

Permalink
use python-312
Browse files Browse the repository at this point in the history
update to latest python-312 image
  • Loading branch information
chmouel authored and savitaashture committed Sep 10, 2024
1 parent f530d14 commit 763b96a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tekton/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: source
steps:
- name: hugo-gen
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
env:
- name: UPLOADER_PUBLIC_URL
Expand Down
10 changes: 5 additions & 5 deletions .tekton/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: source
steps:
- name: gen-yaml
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
script: |
set -x
Expand All @@ -63,7 +63,7 @@ spec:
- name: source
steps:
- name: codespell
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
script: |
pip3 install codespell
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: source
steps:
- name: gitlint
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
script: |
git config --global --add safe.directory $(workspaces.source.path)
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
- name: source
steps:
- name: vale-lint
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
env:
- name: HUB_TOKEN
Expand All @@ -192,7 +192,7 @@ spec:
- name: source
steps:
- name: goreleaser-check
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
env:
- name: HUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: source
steps:
- name: push-release-to-branch
image: registry.access.redhat.com/ubi9/python-311
image: registry.access.redhat.com/ubi9/python-312
workingDir: $(workspaces.source.path)
env:
- name: HUB_TOKEN
Expand Down

0 comments on commit 763b96a

Please sign in to comment.