www/.forgejo/workflows/build.yaml
Renovate Bot 704a643e25
Alle Prüfungen waren erfolgreich
Build and deploy website / build (push) Successful in 46s
Update registry.access.redhat.com/ubi9/nodejs-20 Docker tag to v1-44.1715773199 (#18)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| registry.access.redhat.com/ubi9/nodejs-20 | container | patch | `1-44.1714669803` -> `1-44.1715773199` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #18
Reviewed-by: Nick Slowinski <nick@nick-slowinski.de>
Co-authored-by: Renovate Bot <renovate@nick-slowinski.de>
Co-committed-by: Renovate Bot <renovate@nick-slowinski.de>
2024-05-27 06:48:56 +02:00

22 Zeilen
Kein EOL
435 B
YAML

name: Build website
on:
push:
branches-ignore:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: docker
container:
image: registry.access.redhat.com/ubi9/nodejs-20:1-44.1715773199
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build site
run: npm run build