Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Jul 18, 2024
1 parent b129fb1 commit 3ad7199
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img width=200px height=200px src="https://placehold.jp/000000/ffffff/200x200.png?text=CI+runner&css=%7B%22border-radius%22%3A%22%20100px%22%7D" alt="CI runner"></a>
</p>

<h1 align="center">CI runner</h1>
<h1 align="center">Docker image for CI runner</h1>

<div align="center">

Expand All @@ -21,11 +21,10 @@

---

<p align="center"> Docker image used in CI as a runner container
<br>
</p>
Based on Debian `php:8.3-cli-bookworm`.

## Included

It contains several tools required to run Docker-based CI builds (in alphabetical order):
- [Ahoy](https://github.com/ahoy-cli/ahoy) - workflow helper
- [Aspell](https://github.com/GNUAspell/aspell) - English language spellcheker
- [Bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System (2018)
Expand Down Expand Up @@ -81,11 +80,11 @@ This image is built by DockerHub via an automated build and tagged as follows:
- `latest` - when release tag is published on GitHub.
- `canary` - on every push to `main` branch

---
Repository created using https://getscaffold.dev/ project scaffold template

### Dependencies update

Renovation bot is used to update dependencies. It creates a PR with the changes
Renovate bot is used to update dependencies. It creates a PR with the changes
and automatically merges it if CI passes. These changes are then released as
a `canary` version.

---
Repository created using https://getscaffold.dev/ project scaffold template

0 comments on commit 3ad7199

Please sign in to comment.