Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
a3464e9a2e |
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
|
- 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/runtime VERSION=${{ env.TAG_NAME }}
|
run: task squashed REPO=harbor.rosti.cz/rosti-public/runtime VERSION=${{ env.TAG_NAME }}
|
||||||
- name: Push
|
- 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 }}
|
||||||
|
|
|
@ -4,7 +4,7 @@ version: '3'
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
REPO: harbor.hq.rosti.cz
|
REPO: harbor.hq.rosti.cz
|
||||||
REPO_PUBLIC: rosti/runtime
|
REPO_PUBLIC: rosti-public/runtime
|
||||||
VERSION: 2025.09-1
|
VERSION: 2025.09-1
|
||||||
BASEIMAGE: debian:bookworm
|
BASEIMAGE: debian:bookworm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue