From 9c65327c29a89cfbebd411f2e4b5b940255b70a9 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 10 Mar 2023 16:33:49 +0800 Subject: [PATCH] update --- .github/workflows/datadog-agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/datadog-agent.yaml b/.github/workflows/datadog-agent.yaml index 695651c..4f72d11 100644 --- a/.github/workflows/datadog-agent.yaml +++ b/.github/workflows/datadog-agent.yaml @@ -24,7 +24,7 @@ jobs: password: ${{ secrets.HELM_REPO_PASSWORD }} path: 'oci/datadog/cluster-agent/' build_file: 'Dockerfile' - image: public/cluster-agent + image: public/datadog/cluster-agent tag: 7.43.1 cache: false cache_registry: cache @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.HELM_REPO_PASSWORD }} path: 'oci/datadog/agent/' build_file: 'Dockerfile' - image: public/agent + image: public/datadog/agent tag: 7.43.1 cache: false cache_registry: cache