Skip to content
Snippets Groups Projects
Commit cb9e22dc authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

ci: Switch to central ci config

parent db5b9da8
No related branches found
No related tags found
1 merge request!36Fix permission in docker
Pipeline #226251 passed with warnings
stages:
- test
- docker
- release
variables:
LICENSE_FINDER_CLI_OPTS: '--recursive'
docker:
stage: docker
image: docker:24
services:
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
- docker push $CI_REGISTRY_IMAGE:latest
only:
- tags
release:
image: node:20-buster-slim
stage: release
before_script:
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/git @semantic-release/changelog @semantic-release/release-notes-generator
script:
- semantic-release
only:
- main
---
include:
- template: Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
- template: Code-Quality.gitlab-ci.yml
\ No newline at end of file
- project: tobiasff3200/ci-cd
file: .gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment