ci: build images on tag push and trigger
This commit is contained in:
parent
055c240396
commit
8f85cacace
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/build-images.yml
Normal file
8
.forgejo/workflows/build-images.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
on:
|
||||||
|
pull-request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-sesame:
|
||||||
|
runs-on: imagefactory-latest
|
||||||
|
steps:
|
||||||
|
- uses: https://forge.karnov.club/spadinastan/setup-spud-action
|
Loading…
Reference in a new issue