From 36a481ecd15adba40abc6b29bf8d006b85924c3c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 18 Nov 2024 13:41:29 +0100 Subject: [PATCH] fix(docker): Fix improper Docker push command preventing push to the correct registry. --- .gitea/workflows/docker_tags.yaml | 3 +-- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker_tags.yaml b/.gitea/workflows/docker_tags.yaml index 2eebea9..3663470 100644 --- a/.gitea/workflows/docker_tags.yaml +++ b/.gitea/workflows/docker_tags.yaml @@ -90,8 +90,7 @@ jobs: npmci docker login npmci docker build npmci docker test - # npmci docker push - npmci docker push + npmci docker push code.foss.global metadata: needs: test diff --git a/changelog.md b/changelog.md index cbedf36..5f44087 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-18 - 4.3.19 - fix(docker) +Fix improper Docker push command preventing push to the correct registry. + +- Corrected the docker push command in the '.gitea/workflows/docker_tags.yaml' file to push images to the 'code.foss.global' registry. + ## 2024-11-17 - 4.3.18 - fix(docker_tags) Updated Docker configuration to include NPM tokens. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2a40506..74fc188 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.18', + version: '4.3.19', 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 2a40506..74fc188 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.18', + version: '4.3.19', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }