aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Smanis <konstantinos.smanis@gmail.com>2020-12-05 18:06:28 +0200
committerAlexys Jacob <ultrabug@gentoo.org>2021-02-12 18:28:42 +0100
commit49ead22507c20d7aceea6b4c7788bb9bceb0a0ca (patch)
tree813b0a3af443532ed7eac7ddfec8b9dc70e06453 /README.md
parentAdd debug statement to restore credentials (diff)
downloaddocker-images-49ead22507c20d7aceea6b4c7788bb9bceb0a0ca.tar.gz
docker-images-49ead22507c20d7aceea6b4c7788bb9bceb0a0ca.tar.bz2
docker-images-49ead22507c20d7aceea6b4c7788bb9bceb0a0ca.zip
Migrate from Travis CI to GitHub Actions
Closes: #97 Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/100 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bb3613d..5e00b3c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Gentoo Docker Images
-[![Build Status](https://travis-ci.com/gentoo/gentoo-docker-images.svg?branch=master)](https://travis-ci.com/gentoo/gentoo-docker-images)
+[![build](https://github.com/gentoo/gentoo-docker-images/workflows/build/badge.svg)](https://github.com/gentoo/gentoo-docker-images/actions?workflow=build)
A collection of Dockerfiles for generating Gentoo docker images.
These images are intended to be created automatically by
-a travis cron job and pushed to [docker hub](https://hub.docker.com/u/gentoo/).
+a cron job and pushed to [docker hub](https://hub.docker.com/u/gentoo/).
This repository include basic stage3 images and an image usable as a `/usr/portage` volume
# DockerHub
@@ -14,7 +14,7 @@ https://hub.docker.com/u/gentoo/
## Inventory
-The following targets are built by Travis and pushed to Docker Hub:
+The following targets are built and pushed to Docker Hub:
* `portage`
* `stage3`
* `amd64`