From 802b5307bd68acbd1b41174160bf68baae5e43ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Je=C5=A1i=C4=87?= <34022788+djesic@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:16:15 +0200 Subject: [PATCH] Use remove image for playwright --- usage_scenario.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usage_scenario.yml b/usage_scenario.yml index c442fca9..7216ffe0 100644 --- a/usage_scenario.yml +++ b/usage_scenario.yml @@ -7,10 +7,7 @@ compose-file: !include compose.yml services: gcb-playwright: - image: gcb_playwright - build: - context: . - dockerfile: Dockerfile + image: greencoding/gcb_playwright setup-commands: - cp /tmp/repo/nextcloud_install_playwright.py /tmp/nextcloud_install_playwright.py - cp /tmp/repo/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py