From 5df6ef4981f5ee51913777e20e19ab48f63b0457 Mon Sep 17 00:00:00 2001 From: Woshiluo Luo Date: Mon, 7 Oct 2024 12:55:37 +0800 Subject: [PATCH] fix: typo --- .github/workflows/docker_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_cd.yml b/.github/workflows/docker_cd.yml index 2083a4c..faaace4 100644 --- a/.github/workflows/docker_cd.yml +++ b/.github/workflows/docker_cd.yml @@ -48,7 +48,7 @@ jobs: - name: Update ArgoCD run: | - cd depoly/vidarwebsite + cd deploy/vidar-website git config user.name github-actions git config user.email github-actions@github.com sed -i "s|^\(\s*image:\s*.*:\)[0-9]\+|\1${{ steps.gen-tag.outputs.tag }}|" ./mainpage-sync.yml