fix(ci): Corrected docker image URLs in Gitea workflows to match the correct domain format.
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}}@/${{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}}@/${{gitea.repository}}.git | ||||
|   NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}} | ||||
|   NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}} | ||||
|   | ||||
| @@ -1,5 +1,11 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-11-06 - 2.2.5 - fix(ci) | ||||
| Corrected docker image URLs in Gitea workflows to match the correct domain format. | ||||
|  | ||||
| - Updated IMAGE environment variable in .gitea/workflows/default_nottags.yaml | ||||
| - Updated IMAGE environment variable in .gitea/workflows/default_tags.yaml | ||||
|  | ||||
| ## 2024-11-06 - 2.2.4 - fix(core) | ||||
| Improve code style and update dependencies | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@push.rocks/smarts3', | ||||
|   version: '2.2.4', | ||||
|   version: '2.2.5', | ||||
|   description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user