From 24e062787864cadd9fb8fcab1be9322ce3acd4fd Mon Sep 17 00:00:00 2001 From: mustard Date: Sun, 31 Aug 2025 12:04:50 +0200 Subject: [PATCH] debugging actions --- .forgejo/workflows/build_and_deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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