From 83aeca6d3569c0d96a38884189a89232e46513c8 Mon Sep 17 00:00:00 2001 From: mustard Date: Sun, 31 Aug 2025 12:22:01 +0200 Subject: [PATCH] even moar debugging --- .forgejo/workflows/build_and_deploy.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build_and_deploy.yaml b/.forgejo/workflows/build_and_deploy.yaml index 8e93fbb..58dd5e1 100644 --- a/.forgejo/workflows/build_and_deploy.yaml +++ b/.forgejo/workflows/build_and_deploy.yaml @@ -3,7 +3,6 @@ jobs: test: runs-on: "fedora" steps: - - run: | - git clone https://forgejoever.homelab0ne.xyz/mustard/joeverfin \ - cd joeverfin \ - podman build . -t joeverfin:latest + - run: git clone "https://forgejoever.homelab0ne.xyz/mustard/joeverfin" + - run: cd joeverfin + - run: podman build . -t "joeverfin:latest"