joeverfin/.forgejo/workflows/build_and_deploy.yaml

12 lines
271 B
YAML
Raw Normal View History

2025-08-31 11:27:58 +02:00
on: [push]
jobs:
2025-08-31 11:27:58 +02:00
test:
2025-08-31 11:57:52 +02:00
runs-on: alpine:3.22
steps:
2025-08-31 11:57:52 +02:00
- run: |
apk --no-cache add -u -f podman git \
git clone https://forgejoever.homelab0ne.xyz/mustard/joeverfin \
cd joeverfin \
podman build . -t joeverfin:latest