From a35d40276bfeb4721da417c3b529daa5fd6a41c5 Mon Sep 17 00:00:00 2001 From: Sokari Gillis-Harry <11910424+cybersokari@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:59:56 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104a84f..8b43672 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ### **For GitHub Actions:** #### 1. Run the docker image in your GitHub Actions workflow - sokari/allure-docker-deployer:latest + sokari/allure-deployer:latest ```yaml name: Allure Report Deployer @@ -138,7 +138,7 @@ docker run -d \ -e TTL_SECS=60 \ -v /path/to/allure-results:/allure-results \ -v /path/to/gcp-key.json:/credentials/key.json \ - sokari/allure-docker-deploy + sokari/allure-deployer ``` ___