|
@@ -5,7 +5,7 @@
|
|
|
:version: 0.5.1
|
|
|
|
|
|
ifdef::env-github[]
|
|
|
-image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]
|
|
|
+image:https://github.com/{gh-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-name}/actions"]
|
|
|
endif::env-github[]
|
|
|
|
|
|
This project provides a script for building customized https://alpinelinux.org/[Alpine Linux] rootfs (a base image if you like) for containers.
|
|
@@ -26,7 +26,7 @@ TIP: Do you want to just quickly chroot into Alpine Linux, e.g. on CI?
|
|
|
== Usage
|
|
|
|
|
|
Read documentation in link:{script-name}[{script-name}].
|
|
|
-See link:.travis.yml[.travis.yml] for Travis example.
|
|
|
+See link:.github/workflows/ci.yml[] for GitHub Actions example.
|
|
|
|
|
|
You can copy link:{script-name}[{script-name}] into your repository or download it on demand, e.g.:
|
|
|
|