parent
e009ee02ce
commit
2f2bcf8c5f
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: alpine:3.22
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue