Fix release pipeline
Some checks failed
Test build / build (push) Has been cancelled

This commit is contained in:
Adam Štrauch 2025-01-20 14:10:05 +01:00
parent 54be74db63
commit d128f30e78
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -29,7 +29,7 @@ jobs:
run: docker login gitea.ceperka.net -u "${{ secrets.HARBOR_REPO_USERNAME }}" -p "${{ secrets.HARBOR_REPO_PASSWORD }}"
- name: Final build
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/runtime VERSION=${{ env.TAG_NAME }}