From 91a0272ab3fac4de90d533f884b7382380886265 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 16 Nov 2024 22:31:16 +0100 Subject: [PATCH] fix(docker tags): Comment out unused secret variables in docker_tags.yaml --- .gitea/workflows/docker_tags.yaml | 6 +++--- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/docker_tags.yaml b/.gitea/workflows/docker_tags.yaml index 014daf9..28eab92 100644 --- a/.gitea/workflows/docker_tags.yaml +++ b/.gitea/workflows/docker_tags.yaml @@ -8,9 +8,9 @@ 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_GIT_GITHUBTOKEN: ${{secrets.NPMCI_GIT_GITHUBTOKEN}} + # 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 }} NPMCI_SECRET01: ${{ secrets.NPMCI_SECRET01 }} diff --git a/changelog.md b/changelog.md index 9cfd4b3..3a0cbde 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-16 - 4.3.14 - fix(docker tags) +Comment out unused secret variables in docker_tags.yaml + +- Modified docker_tags.yaml to comment out unused secret variables related to NPM and GitHub tokens. + ## 2024-11-16 - 4.3.13 - fix(package) Updated package dependencies diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bc469cc..ca70c0f 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.13', + version: '4.3.14', 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 bc469cc..ca70c0f 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.13', + version: '4.3.14', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }