From 6506c8af76f8734f6eba126d44f313454e884ea4 Mon Sep 17 00:00:00 2001 From: Samy CHBINOU <120525869+chbinousamy@users.noreply.github.com> Date: Sun, 19 Nov 2023 13:49:18 +0100 Subject: [PATCH] Update action.yml --- .github/actions/docker-run-playwright/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-run-playwright/action.yml b/.github/actions/docker-run-playwright/action.yml index 23724a19d97..34913aa6d9f 100644 --- a/.github/actions/docker-run-playwright/action.yml +++ b/.github/actions/docker-run-playwright/action.yml @@ -2,4 +2,4 @@ name: Docker Run description: Run scripts in custom docker image runs: using: docker - image: ghcr.io/porsche-design-system/porsche-design-system/playwright:v1.39.0-focal-test + image: ghcr.io/chbinousamy/porsche-design-system/playwright:v1.39.0-focal-test