Compare commits

..

No commits in common. "main" and "2025.09-1" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -26,6 +26,6 @@ jobs:
- name: Registry login - name: Registry login
run: echo -n "${{ secrets.HARBOR_REPO_PASSWORD }}" | docker login harbor.rosti.cz -u "${{ secrets.HARBOR_REPO_USERNAME }}" --password-stdin run: echo -n "${{ secrets.HARBOR_REPO_PASSWORD }}" | docker login harbor.rosti.cz -u "${{ secrets.HARBOR_REPO_USERNAME }}" --password-stdin
- name: Final build - name: Final build
run: task squashed REPO=harbor.rosti.cz/rosti-public/runtime VERSION=${{ env.TAG_NAME }} run: task squashed REPO=harbor.rosti.cz/rosti/runtime VERSION=${{ env.TAG_NAME }}
- name: Push - name: Push
run: task push REPO=harbor.rosti.cz/rosti-public/runtime VERSION=${{ env.TAG_NAME }} run: task push REPO=harbor.rosti.cz/rosti/runtime VERSION=${{ env.TAG_NAME }}

View file

@ -4,7 +4,7 @@ version: '3'
vars: vars:
REPO: harbor.hq.rosti.cz REPO: harbor.hq.rosti.cz
REPO_PUBLIC: rosti-public/runtime REPO_PUBLIC: rosti/runtime
VERSION: 2025.09-1 VERSION: 2025.09-1
BASEIMAGE: debian:bookworm BASEIMAGE: debian:bookworm