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