From be93bfcad83d5c3d1713d74a55794e9850a4ccab Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Mon, 21 Oct 2024 12:32:26 +0200 Subject: [PATCH] chore: rename docker container --- .github/workflows/docker.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 16a4bbc..bfd1045 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,4 +32,4 @@ jobs: uses: docker/build-push-action@v5 with: push: ${{ !github.event.pull_request.head.repo.fork }} - tags: ghcr.io/${{ github.repository_owner }}/prototype-rpa-worker:main + tags: ghcr.io/${{ github.repository_owner }}/rpa-runtime:main diff --git a/README.md b/README.md index 2765a47..df4124d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If you prefer to run the Camunda RPA Runtime using Docker, you can pull the Dock To run the RPA Runtime from Docker, execute the following command: ```sh -docker run -e ZEEBE_CLIENT_ID= -e ZEEBE_CLIENT_SECRET= -e CAMUNDA_CLUSTER_ID= -v /path/to/your/scripts:/usr/src/app/rpaScripts -p 36227:36227 ghcr.io/camunda/prototype-rpa-worker:main +docker run -e ZEEBE_CLIENT_ID= -e ZEEBE_CLIENT_SECRET= -e CAMUNDA_CLUSTER_ID= -v /path/to/your/scripts:/usr/src/app/rpaScripts -p 36227:36227 ghcr.io/camunda/rpa-runtime:main ``` If you prefer to use Docker Compose, you can create a `docker-compose.yml` file with the following content: @@ -82,8 +82,8 @@ If you prefer to use Docker Compose, you can create a `docker-compose.yml` file ```yaml version: '3' services: - rpa-worker: - image: ghcr.io/camunda/prototype-rpa-worker:main + rpa-runtime: + image: ghcr.io/camunda/rpa-runtime:main environment: - ZEEBE_CLIENT_ID= - ZEEBE_CLIENT_SECRET=