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.