Pin Docker images in CI

This commit is contained in:
2024-08-21 19:33:50 +02:00
parent f728f1f72b
commit 61a6115071
4 changed files with 13 additions and 13 deletions

View File

@ -15,14 +15,14 @@ trigger:
steps:
- name: reuse
image: fsfe/reuse
image: fsfe/reuse:3.0.2-debian
- name: lint
image: node:20
image: node:20.12.2
commands:
- npm ci
- npm run lint
- name: audit
image: node:20
image: node:20.12.2
commands:
- npm install -g better-npm-audit
- better-npm-audit audit --production --level=moderate
@ -43,7 +43,7 @@ depends_on:
steps:
- name: docker-publish
image: plugins/docker
image: plugins/docker:20.17.3
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend
@ -70,7 +70,7 @@ depends_on:
steps:
- name: deploy-dev
image: appleboy/drone-ssh
image: appleboy/drone-ssh:1.7.5
settings:
host:
- dev01.wtf-eg.net
@ -92,14 +92,14 @@ trigger:
steps:
- name: reuse
image: fsfe/reuse
image: fsfe/reuse:3.0.2-debian
- name: lint
image: node:20
image: node:20.12.2
commands:
- npm ci
- npm run lint
- name: docker-publish
image: plugins/docker
image: plugins/docker:20.17.3
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend