From a3464e9a2e90fb8cdfdef23ba79cb5a88bd0f902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Thu, 11 Sep 2025 21:23:20 +0200 Subject: [PATCH] Switch to new public registry --- .github/workflows/release.yml | 4 ++-- Taskfile.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f66eb6..f97936f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,6 @@ jobs: - name: Registry login run: echo -n "${{ secrets.HARBOR_REPO_PASSWORD }}" | docker login harbor.rosti.cz -u "${{ secrets.HARBOR_REPO_USERNAME }}" --password-stdin - name: Final build - run: task squashed REPO=harbor.rosti.cz/rosti/runtime VERSION=${{ env.TAG_NAME }} + run: task squashed REPO=harbor.rosti.cz/rosti-public/runtime VERSION=${{ env.TAG_NAME }} - name: Push - run: task push REPO=harbor.rosti.cz/rosti/runtime VERSION=${{ env.TAG_NAME }} + run: task push REPO=harbor.rosti.cz/rosti-public/runtime VERSION=${{ env.TAG_NAME }} diff --git a/Taskfile.yml b/Taskfile.yml index 5520ca8..b79db59 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ version: '3' vars: REPO: harbor.hq.rosti.cz - REPO_PUBLIC: rosti/runtime + REPO_PUBLIC: rosti-public/runtime VERSION: 2025.09-1 BASEIMAGE: debian:bookworm