diff --git a/.forgejo/workflows/build-images.yml b/.forgejo/workflows/build-images.yml new file mode 100644 index 0000000..34c3e04 --- /dev/null +++ b/.forgejo/workflows/build-images.yml @@ -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