chore: Update Dockerfile to use Node.js version 22-bullseye #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: trigger Job | |
uses: appleboy/gitlab-ci-action@master | |
with: | |
url: "https://gitlab.esss.lu.se/api/v4/projects/1956/ref/master/trigger/pipeline" | |
token: ${{ secrets.GITLAB_TOKEN }} | |
project_id: 1956 | |
ref: "master" | |
host: "https://gitlab.esss.lu.se" | |
debug: true |