Skip to content
Snippets Groups Projects
Commit 15fa7151 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !3
parents a22f1518 c713a9ff
No related branches found
No related tags found
1 merge request!3Merging develop into main
Pipeline #755510 failed
/.ahoy.l3d
/.ahoy.yml
/.env
include:
- project: gitlab-ci-cd/general
ref: main
file: '/tagrelease.yml'
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......@@ -10,4 +15,4 @@ node:
- docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
- docker push $CI_REGISTRY_IMAGE:${VERSION}
only:
- main
- tags
......@@ -7,7 +7,7 @@ LABEL com.example.vendor="LakeDrops" \
description="Node container with build tools included."
RUN apt-get update -y && \
apt-get install -y -q python3 make g++ curl git && \
apt-get install -y -q python3 make g++ curl git fontconfig && \
ln -s python3 /usr/bin/python && \
\
apt-get clean && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment