From b732ad231cf9b252a76f205d441da6769ee48e91 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 10 Mar 2023 12:34:16 +0800 Subject: [PATCH] .github/workflows/sync-images.yaml: update --- .github/workflows/sync-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index fd3edd9..08aa9be 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -50,5 +50,5 @@ jobs: docker push artifact.onwalk.net/k8s/terraform:latest docker pull datadog/cluster-agent:latest - docker tag docker pull datadog/cluster-agent:latest artifact.onwalk.net/k8s/datadog/cluster-agent:latest + docker tag datadog/cluster-agent:latest artifact.onwalk.net/k8s/datadog/cluster-agent:latest docker push artifact.onwalk.net/k8s/datadog/cluster-agent:latest