Skip to content

Commit

Permalink
docs: removed Travis CI from README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Aug 21, 2024
1 parent a4d4a87 commit 35712c4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,11 @@ You can build the image with the following command:
docker build -t <your-image-name> .
```

### 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.
Expand Down

0 comments on commit 35712c4

Please sign in to comment.