From d9f6728cd07ea51ec0a002b23bce8409b97efd6c Mon Sep 17 00:00:00 2001 From: Tyler Marques Date: Tue, 11 Jun 2024 20:22:13 -0400 Subject: [PATCH] Adding cd? Signed-off-by: Tyler Marques --- .github/workflows/build-and-push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index efb7bae..c828b74 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -49,9 +49,11 @@ jobs: repository: tylermarques/homelab-infra ref: main token: ${{ secrets.GITHUB_TOKEN }} + path: homelab-infra/ - name: Update Manifests run: | + cd homelab-infra apt update && apt install -y yq git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"