From f9f3a82f2371fcd403db33e3652779b93d57457d Mon Sep 17 00:00:00 2001 From: June Date: Sat, 26 Jul 2025 16:00:10 +0200 Subject: [PATCH] ci: factor out "Pipeline info" step into separate job for nicer org. --- .forgejo/workflows/deploy.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 65befb1..f0bfb13 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -10,15 +10,20 @@ env: TZ: Europe/Berlin jobs: - build: + pipeline-info: runs-on: docker container: - image: hugomods/hugo:exts-0.148.1 + image: code.forgejo.org/oci/node:22-bookworm steps: - name: Pipeline info run: | echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}" + build: + runs-on: docker + container: + image: hugomods/hugo:exts-0.148.1 + steps: - name: Install packages run: | apk update