joeverfin/.forgejo/workflows/build_and_deploy.yaml
mustard 2f2bcf8c5f
Some checks are pending
/ test (push) Waiting to run
debug CI/CD
2025-08-31 11:57:52 +02:00

11 lines
271 B
YAML

on: [push]
jobs:
test:
runs-on: alpine:3.22
steps:
- run: |
apk --no-cache add -u -f podman git \
git clone https://forgejoever.homelab0ne.xyz/mustard/joeverfin \
cd joeverfin \
podman build . -t joeverfin:latest