fix(ci): Corrected Docker image URL in CI templates
This commit is contained in:
		| @@ -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}-} | ||||
|   | ||||
| @@ -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}-} | ||||
|   | ||||
| @@ -19,4 +19,4 @@ node_modules/ | ||||
| dist/ | ||||
| dist_*/ | ||||
|  | ||||
| # custom | ||||
| #------# custom | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user