chore: Fix README.md
This commit is contained in:
18
README.md
18
README.md
@ -1,8 +1,10 @@
|
||||
# ContainerImage.ActRunnerExtended
|
||||
|
||||

|
||||

|
||||
[](./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 @@ It’s 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:
|
||||
|
||||
@ -51,22 +53,14 @@ Tags follow the format:
|
||||
|
||||
Example:
|
||||
|
||||
- `1.0.0-cth250815` → Version 1.0.0 of the image, based on `catthehacker/ubuntu:act-24.04-20250815`
|
||||
- `1.0.0-cth250815` → 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).
|
||||
|
||||
|
Reference in New Issue
Block a user