ci: build images on tag push and trigger
All checks were successful
/ build-sesame (push) Successful in 1m38s
All checks were successful
/ build-sesame (push) Successful in 1m38s
This commit is contained in:
parent
055c240396
commit
0513725254
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/build-images.yml
Normal file
13
.forgejo/workflows/build-images.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
pull-request:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-sesame:
|
||||||
|
runs-on: imagefactory-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Setup Spud
|
||||||
|
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