ci: build images on tag push
This commit is contained in:
parent
055c240396
commit
a44a3b6d80
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