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.13
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent 977b843 commit be53ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10
image: quay.io/michard/tekton_base_image:0.1.13
script: |
#!/bin/sh
cd /workspace/source
Expand Down
2 changes: 1 addition & 1 deletion ci/custom_tasks/task_matrix_notification.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.10
image: quay.io/michard/tekton_base_image:0.1.13
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

0 comments on commit be53ac4

Please sign in to comment.