debug CI/CD
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
mustard 2025-08-31 11:57:52 +02:00
parent e009ee02ce
commit 2f2bcf8c5f

View file

@ -1,6 +1,11 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: alpine:3.22
steps: steps:
- run: echo All Good - run: |
apk --no-cache add -u -f podman git \
git clone https://forgejoever.homelab0ne.xyz/mustard/joeverfin \
cd joeverfin \
podman build . -t joeverfin:latest