From 661452912289a319cae91f33f2b4936c1c1ff0b6 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 8 Dec 2024 17:47:45 +0100 Subject: [PATCH] fix(ci): Corrected Docker image URL in CI templates --- .../ci_default/.gitea/workflows/default_nottags.yaml | 2 +- .../templates/ci_default/.gitea/workflows/default_tags.yaml | 2 +- assets/templates/gitignore/_gitignore | 2 +- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/assets/templates/ci_default/.gitea/workflows/default_nottags.yaml b/assets/templates/ci_default/.gitea/workflows/default_nottags.yaml index c73bde6..27946ca 100644 --- a/assets/templates/ci_default/.gitea/workflows/default_nottags.yaml +++ b/assets/templates/ci_default/.gitea/workflows/default_nottags.yaml @@ -6,7 +6,7 @@ on: - '**' env: - IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci + IMAGE: code.foss.global/host.today/ht-docker-node:npmci NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-} NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-} diff --git a/assets/templates/ci_default/.gitea/workflows/default_tags.yaml b/assets/templates/ci_default/.gitea/workflows/default_tags.yaml index 085e9cb..c42953d 100644 --- a/assets/templates/ci_default/.gitea/workflows/default_tags.yaml +++ b/assets/templates/ci_default/.gitea/workflows/default_tags.yaml @@ -6,7 +6,7 @@ on: - '*' env: - IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci + IMAGE: code.foss.global/host.today/ht-docker-node:npmci NPMCI_COMPUTED_REPOURL: https://${-{gitea.repository_owner}-}:${-{secrets.GITEA_TOKEN}-}@{{git.host}}/${-{gitea.repository}-}.git NPMCI_TOKEN_NPM: ${-{secrets.NPMCI_TOKEN_NPM}-} NPMCI_TOKEN_NPM2: ${-{secrets.NPMCI_TOKEN_NPM2}-} diff --git a/assets/templates/gitignore/_gitignore b/assets/templates/gitignore/_gitignore index a853bb6..ae45e57 100644 --- a/assets/templates/gitignore/_gitignore +++ b/assets/templates/gitignore/_gitignore @@ -19,4 +19,4 @@ node_modules/ dist/ dist_*/ -# custom \ No newline at end of file +#------# custom \ No newline at end of file diff --git a/changelog.md b/changelog.md index 43639fe..ffd04b4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-08 - 1.10.6 - fix(ci) +Corrected Docker image URL in CI templates + +- Updated Docker image URL from 'code.foss.global/hosttoday' to 'code.foss.global/host.today' in default_nottags.yaml and default_tags.yaml. +- Adjusted gitignore template to include a custom section delineation. + ## 2024-12-02 - 1.10.5 - fix(assets) Update .gitignore template to remove pages directory diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ae8137c..c2ab0ab 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '1.10.5', + version: '1.10.6', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }