This commit is contained in:
parent
055c240396
commit
6768b452f8
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/build-images.yml
Normal file
11
.forgejo/workflows/build-images.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
on:
|
||||||
|
pull-request:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-sesame:
|
||||||
|
runs-on: imagefactory-latest
|
||||||
|
steps:
|
||||||
|
- uses: https://forge.karnov.club/spadinastan/setup-spud-action@feat/install-spud-in-env
|
||||||
|
- run: spud build -d ./service.yml
|
||||||
|
- run: podman image ls
|
Loading…
Reference in a new issue