From 52369e55db3f22b10c73227ff2c3ab3c51b64942 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 17 Nov 2024 07:57:21 +0100 Subject: [PATCH] fix(ci): Update Docker container source for workflow to new registry --- .gitea/workflows/docker_tags.yaml | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/docker_tags.yaml b/.gitea/workflows/docker_tags.yaml index c23c48a..22aa9cd 100644 --- a/.gitea/workflows/docker_tags.yaml +++ b/.gitea/workflows/docker_tags.yaml @@ -74,7 +74,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest container: - image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci + image: code.foss.global/host.today/ht-docker-dbase:npmci steps: - uses: actions/checkout@v3 diff --git a/changelog.md b/changelog.md index d5af947..ca04ef7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-17 - 5.0.144 - fix(ci) +Update Docker container source for workflow to new registry + +- Changed Docker container image source in .gitea/workflows/docker_tags.yaml to code.foss.global. + ## 2024-11-17 - 5.0.143 - fix(core) No uncommitted changes