From 800f07b786a6b2158028abce66891be9ca315864 Mon Sep 17 00:00:00 2001 From: irumaru Date: Thu, 14 Nov 2024 15:31:45 +0000 Subject: [PATCH] Update Docker image path in build workflow --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c304166..92a799f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: - name: chage docker image uses: mikefarah/yq@master with: - cmd: yq '.spec.template.spec.containers[0].image = env(IMAGE)' -i ${{ env.WORK_DIR }}k8s/syncing/citbot.yaml + cmd: yq '.spec.template.spec.containers[0].image = env(IMAGE)' -i ${{ env.WORK_DIR }}container/manifest/sync/app.yaml # Manifest commit - name: commit uses: stefanzweifel/git-auto-commit-action@v4