Skip to content

Commit

Permalink
ci: 🤖 merge pull request #15 from smichard/renovate/quay.io-michard-t…
Browse files Browse the repository at this point in the history
…ekton_base_image-0.x

ci: 🤖 update quay.io/michard/tekton_base_image docker tag to v0.1.13
  • Loading branch information
smichard authored Jan 27, 2024
2 parents a72c025 + 21999e6 commit 622fcc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## 2.0.4 (2024-01-27)

### Documentation
- :robot: changelog file generated [`977b843`](https://github.com/smichard/conventional_changelog/commit/977b843)

### Chore
- update quay.io/michard/tekton_base_image docker tag to v0.1.13 [`be53ac4`](https://github.com/smichard/conventional_changelog/commit/be53ac4)

## 2.0.3 (2024-01-27)

### Continuous Integration
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.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 622fcc1

Please sign in to comment.