From 35712c455edb5212592b0d25a589ede6de7a750a Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Wed, 21 Aug 2024 09:47:47 +0200 Subject: [PATCH] docs: removed Travis CI from README [skip ci] --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 41cf312..2506161 100644 --- a/README.md +++ b/README.md @@ -67,18 +67,11 @@ You can build the image with the following command: docker build -t . ``` -### Automatic build using Travis CI +### Automatic build using GitHub Actions -This project is configured to use Travis to build and push the image on the Kalisio's Docker Hub. +This project is configured to use GitHub Actions to build and push the image on the Kalisio's Docker Hub. The built image is tagged using the `version` property in the `package.json` file. -To enable Travis to do the job, you must define the following variable in the corresponding Travis project: - -| Variable | Description | -|-----------| ------------| -| `DOCKER_USER` | your username | -| `DOCKER_PASSWORD` | your password | - ## Deploying This image is designed to be deployed using the [Kargo](https://kalisio.github.io/kargo/) project.