Skip to content

Commit

Permalink
chore(ci/cd): update actions and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Nov 26, 2024
1 parent c7739a9 commit 8b5934f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-to-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ jobs:
id: push
uses: docker/build-push-action@v5
with:
# Context of the build (typically the root of the repo)
context: .
# Specify supported platforms, including Apple Silicon (arm64)
platforms: linux/amd64,linux/arm64
# Specify the target build stage (if using multi-stage builds)
Expand Down
2 changes: 1 addition & 1 deletion docs/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To run pyTMBot v.0.2.0 in DEBUG mode, follow these steps:
--name=pytmbot \
--pid=host \
--security-opt=no-new-privileges \
orenlab/pytmbot:0.2.0 \
orenlab/pytmbot:latest \
--log_level DEBUG --mode prod
```

Expand Down
12 changes: 6 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

You have several options for installing pyTMBot. Choose the method that best suits your needs:

### 1. 📜 **Use the `install.sh` script (Recommended)**

The easiest way to get started is by using the **install.sh** script. Follow
the [detailed instructions here](script_install.md) to quickly install and set up pyTMBot with minimal effort.

### 2. 🐳 **Use a Pre-built Docker Image from Docker Hub**
### 1. 🐳 **Use a Pre-built Docker Image from Docker Hub (Recommended)**

You can run pyTMBot using a pre-built Docker image for a fast and simple setup. Follow
the [instructions on Docker Hub](https://hub.docker.com/r/orenlab/pytmbot) to pull and run the image.

### 2. 📜 **Use the `install.sh` script (debugging and refinement are still necessary)**

The easiest way to get started is by using the **install.sh** script. Follow
the [detailed instructions here](script_install.md) to quickly install and set up pyTMBot with minimal effort.

---

Each method has its advantages depending on your environment and preferences. Follow the detailed instructions provided
Expand Down

0 comments on commit 8b5934f

Please sign in to comment.