Compare commits

..

No commits in common. "e8c12cf9520876214a954efeea6dde98f28e67fb" and "0b0eb7a93415bb6ac3d82048cfda30450d6eb2b5" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -7,7 +7,7 @@ jobs:
cleanup-staging:
runs-on: docker
container:
image: code.forgejo.org/oci/node:22-bookworm
image: code.forgejo.org/oci/node:20-bookworm
steps:
- name: Pipeline info PR
run: |

View file

@ -10,20 +10,15 @@ env:
TZ: Europe/Berlin
jobs:
pipeline-info:
build:
runs-on: docker
container:
image: code.forgejo.org/oci/node:22-bookworm
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
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: ghcr.io/gohugoio/hugo:v0.148.1
steps:
- name: Install packages
run: |
apk update