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"