From 27c98c4e325b890a40fc35311cb4d06a8a17f7dc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 17 Nov 2024 07:05:41 +0100 Subject: [PATCH] fix(docker_tags): Updated Docker configuration to include NPM tokens. --- .gitea/workflows/docker_tags.yaml | 4 ++-- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker_tags.yaml b/.gitea/workflows/docker_tags.yaml index 28eab92..2eebea9 100644 --- a/.gitea/workflows/docker_tags.yaml +++ b/.gitea/workflows/docker_tags.yaml @@ -8,8 +8,8 @@ on: env: 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}} + NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}} + NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}} # NPMCI_GIT_GITHUBTOKEN: ${{secrets.NPMCI_GIT_GITHUBTOKEN}} # NPMCI_LOGIN_DOCKER_GITEA: ${{ github.server_url }}|${{ gitea.repository_owner }}|${{ secrets.GITEA_TOKEN }} NPMCI_LOGIN_DOCKER_DOCKERREGISTRY: ${{ secrets.NPMCI_LOGIN_DOCKER_DOCKERREGISTRY }} diff --git a/changelog.md b/changelog.md index 5963d05..cbedf36 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-17 - 4.3.18 - fix(docker_tags) +Updated Docker configuration to include NPM tokens. + +- Restored NPMCI_TOKEN_NPM and NPMCI_TOKEN_NPM2 environment variables in docker_tags.yaml for authentication purposes. + ## 2024-11-17 - 4.3.17 - fix(Dockerfile) Corrected docker base image tag in Dockerfile for alpine compatibility. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5b6a684..2a40506 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '4.3.17', + version: '4.3.18', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 5b6a684..2a40506 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '4.3.17', + version: '4.3.18', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }