chore: Housekeeping
Some checks failed
build-image / Container image (push) Has been cancelled
build-image / Semantic Release (push) Has been cancelled
build-image / Semantic Release (Dry-run) (push) Has been cancelled

This commit is contained in:
2025-08-20 09:57:56 +10:00
parent 4231970b38
commit 6929d3e807
2 changed files with 12 additions and 15 deletions

View File

@ -1,6 +1,9 @@
name: build-image
on: [push]
on:
push:
paths-ignore:
- '**.md'
jobs:
semrel_dryrun:
name: Semantic Release (Dry-run)

View File

@ -1,8 +1,10 @@
# ContainerImage.ActRunnerExtended
![Build Status](https://code.spamasaurus.com/djpbessems/ContainerImage.ActRunnerExtended/actions/workflows/actions.yaml/badge.svg)
![Image Size](https://img.shields.io/docker/image-size/djpbessems/act-runner-extended/1.0.0-cth20250815?label=image%20size)
[![License: GPL v3](https://img.shields.io/badge/license-GPLv3-blue.svg)](./LICENSE.md)
This image extends [`catthehacker/ubuntu:act-...`](https://github.com/catthehacker/docker-images) by including the following utilities:
This image extends [`catthehacker/ubuntu:act-24.04`](https://github.com/catthehacker/docker-images) by including the following utilities:
- File templating
- `gettext` (provides `envsubst`)
@ -19,7 +21,7 @@ Its designed for use in self-hosted [act-runners](https://docs.gitea.com/usag
---
## Usage in a Actions Workflow
## Usage in an Actions Workflow
To use this image in a job/step, add the `container:` directive:
@ -46,27 +48,19 @@ jobs:
Tags follow the format:
```text
<semver>-cth<YYMMDD>
<semver>-cth<YYYYMMDD>
```
Example:
- `1.0.0-cth250815` → Version 1.0.0 of the image, based on `catthehacker/ubuntu:act-24.04-20250815`
- `1.0.0-cth20250815` → Version 1.0.0 of the image, based on `catthehacker/ubuntu:act-24.04-20250815`
**See [`catthehacker/ubuntu`](https://github.com/catthehacker/docker-images)**
Browse available [tags](https://code.spamasaurus.com/djpbessems/-/packages/container/act-runner-extended/versions)
---
## Base Image
Built on top of:
- [`catthehacker/ubuntu`](https://github.com/catthehacker/docker-images) for full `act` support
---
## License
## License Notice
This repository and the Dockerfiles, scripts, and custom files provided here are licensed under the [GNU General Public License v3.0 (GPLv3)](./LICENSE.md).