ci: build images on tag push and trigger
All checks were successful
/ build-sesame (push) Successful in 39s
All checks were successful
/ build-sesame (push) Successful in 39s
This commit is contained in:
parent
055c240396
commit
06a52eb6ec
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/build-images.yml
Normal file
9
.forgejo/workflows/build-images.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Reference in a new issue