Skip to content

Commit

Permalink
chore(deps): update quay.io/michard/tekton_base_image docker tag to v…
Browse files Browse the repository at this point in the history
…0.1.30
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 8890c98 commit 119e426
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/custom_tasks/task_generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
default: "CHANGELOG.md"
steps:
- name: generate-changelog
image: quay.io/michard/tekton_base_image:0.1.17
image: quay.io/michard/tekton_base_image:0.1.30
script: |
#!/bin/sh
# Exit on error
Expand Down
2 changes: 1 addition & 1 deletion ci/custom_tasks/task_get_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
description: ID of the current build
steps:
- name: get-buildtag
image: quay.io/michard/tekton_base_image:0.1.17
image: quay.io/michard/tekton_base_image:0.1.30
script: |
#!/bin/sh
cd /workspace/source
Expand Down
2 changes: 1 addition & 1 deletion ci/custom_tasks/task_git_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:

steps:
- name: git
image: quay.io/michard/tekton_base_image:0.1.17
image: quay.io/michard/tekton_base_image:0.1.30
workingDir: $(workspaces.source.path)
env:
- name: HOME
Expand Down
2 changes: 1 addition & 1 deletion ci/custom_tasks/task_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
default: "matrix-secret"
steps:
- name: post
image: quay.io/michard/tekton_base_image:0.1.17
image: quay.io/michard/tekton_base_image:0.1.30
script: |
#!/bin/sh
curl -X POST -H 'Content-type: application/json' --data '{"msgtype":"m.text", "body":"$(params.message)"}' https://$ENDPOINT/_matrix/client/r0/rooms/$ROOM/send/m.room.message?access_token=$TOKEN
Expand Down
2 changes: 1 addition & 1 deletion ci/custom_tasks/task_patch_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: source
steps:
- name: patch-file
image: quay.io/michard/tekton_base_image:0.1.17
image: quay.io/michard/tekton_base_image:0.1.30
script: |
#!/bin/sh
Expand Down

0 comments on commit 119e426

Please sign in to comment.