Compare commits
No commits in common. "main" and "2025.09-1" have entirely different histories.
2 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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-public/runtime VERSION=${{ env.TAG_NAME }}
|
||||
run: task squashed REPO=harbor.rosti.cz/rosti/runtime VERSION=${{ env.TAG_NAME }}
|
||||
- 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 }}
|
||||
|
|
|
@ -4,7 +4,7 @@ version: '3'
|
|||
|
||||
vars:
|
||||
REPO: harbor.hq.rosti.cz
|
||||
REPO_PUBLIC: rosti-public/runtime
|
||||
REPO_PUBLIC: rosti/runtime
|
||||
VERSION: 2025.09-1
|
||||
BASEIMAGE: debian:bookworm
|
||||
|
||||
|
|
Loading…
Reference in a new issue