From b0b2a3e9500c8ce668db8f63e03ae0b285d46b53 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 24 Mar 2024 19:02:42 -0700 Subject: [PATCH] BUilding selenium --- .gitlab-ci.yml | 10 ++++++++++ ci/builder.yml | 3 +++ readme.md | 9 ++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c06c78f..af8ab3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,14 @@ build-ansible-image: script: - sh build-image.sh ansible +build-website-image: + extends: .builder + script: + - sh build-image.sh website + + +build-selelium-image: + extends: .builder + script: + - sh build-image.sh selenium diff --git a/ci/builder.yml b/ci/builder.yml index 0f2054d..85d0b8b 100644 --- a/ci/builder.yml +++ b/ci/builder.yml @@ -11,4 +11,7 @@ stages: only: refs: - master + # Ensure we login to docker hub before hand everytime + before_script: + - echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin diff --git a/readme.md b/readme.md index b2e7d00..85addf2 100644 --- a/readme.md +++ b/readme.md @@ -3,12 +3,19 @@ This repository serves as a place of consolidation for most of the major public docker images that I maintain. +# Building + +Workflow for is defined as such in 3 stages: + +* Validation stage: where we lint and check any + + # Update Cycle I mostly update these for my own sake however special versioning cycles can be arranged for those that that request it. -Email: `dev@shockrah.xyz` +Email: `mail@shockrah.xyz` # Contributing