From 772f0ecf7bf592deffb040584dfae0a1758d8eac Mon Sep 17 00:00:00 2001 From: Dinis Cruz Date: Tue, 11 Jun 2024 00:54:59 +0100 Subject: [PATCH] fixed osbot_github_actions references --- .../docker/osbot_github_actions__from_pip/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/docker/osbot_github_actions__from_pip/docker-compose.yml b/deploy/docker/osbot_github_actions__from_pip/docker-compose.yml index 24293a7..9f5e89b 100644 --- a/deploy/docker/osbot_github_actions__from_pip/docker-compose.yml +++ b/deploy/docker/osbot_github_actions__from_pip/docker-compose.yml @@ -1,8 +1,8 @@ services: - cbr_website_beta: + osbot_github_actions: build: context: ../../.. dockerfile: ./deploy/docker/osbot_github_actions__from_pip/Dockerfile platform: linux/amd64 - container_name: cbr-website-beta__using-pip + container_name: osbot_github_actions__from_pip tty: true