Skip to content

Commit 08c6840

Browse files
authoredNov 17, 2023
Merge pull request #772 from digirati-co-uk/feature/FAC-preparation
v2.2.0
2 parents 68b0a5f + 12f0f7b commit 08c6840

File tree

478 files changed

+11623
-2305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

478 files changed

+11623
-2305
lines changed
 

‎.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SMTP_USER=project.1
3636
SMTP_PASSWORD=secret.1
3737

3838
MAIL_FROM_USER="Madoc local <noreply@madoc.io>"
39-
MADOC_INSTALLATION_CODE='$2b$14$eofdZp3nY.HyK68a9zCfoOs3fuphxHRAR/KhckFm.8Qi8sEmgMcCK'
39+
MADOC_INSTALLATION_CODE='$2b$14$9qnqDtpUMt7PQ0bs300y8el116vUbm4nF8Bf5vltCx78ZzuAWBu/K'
4040

4141
# HTTPS
4242
# LOCAL PORT FOR HTTPS, CAN BE CHANGED

‎.github/workflows/madoc-ts-docker.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
push: ${{ github.actor != 'dependabot[bot]' }}
6969
tags: ${{ steps.meta.outputs.tags }}
7070
labels: ${{ steps.meta.outputs.labels }}
71+
build-args: |
72+
BUILD_TIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
73+
BUILD_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
74+
BUILD_REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
7175
7276
- name: Image digest
7377
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)