From 0513725254472d7ca86c5f49c7363cb77385b5cd Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 5 Nov 2024 23:41:36 -0500 Subject: [PATCH] ci: build images on tag push and trigger --- .forgejo/workflows/build-images.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .forgejo/workflows/build-images.yml 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