Compare commits

..

1 commit

Author SHA1 Message Date
a3464e9a2e
Switch to new public registry
All checks were successful
Test build / build (push) Successful in 10m13s
2025-09-11 21:23:20 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}

View file

@ -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