From 6768b452f89b318743ee49a516780eb60fab04eb 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 | 11 +++++++++++ 1 file changed, 11 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..d8da2d3 --- /dev/null +++ b/.forgejo/workflows/build-images.yml @@ -0,0 +1,11 @@ +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 + - run: spud build -d ./service.yml + - run: podman image ls