diff --git a/.forgejo/workflows/build_and_deploy.yaml b/.forgejo/workflows/build_and_deploy.yaml index 6a30c45..bba8c65 100644 --- a/.forgejo/workflows/build_and_deploy.yaml +++ b/.forgejo/workflows/build_and_deploy.yaml @@ -1,11 +1,9 @@ on: [push] jobs: test: - runs-on: alpine:3.22 - + runs-on: host steps: - - run: | - apk --no-cache add -u -f podman git \ + - run: | git clone https://forgejoever.homelab0ne.xyz/mustard/joeverfin \ cd joeverfin \ podman build . -t joeverfin:latest