Update .gitea/workflows/build.yml
Some checks failed
Helm Chart Build / lint-only (push) Has been skipped
Helm Chart Build / build-helm (push) Failing after 9s
Build and Deploy / build-web (push) Failing after 23s
Build and Deploy / build-api (push) Failing after 25s

This commit is contained in:
2025-10-06 16:35:29 +02:00
parent 8f5e4f2776
commit cc9a4fa8ab

View File

@@ -23,7 +23,7 @@ jobs:
with:
registry: ${{ vars.PACKAGES_REGISTRY || gitea.server_url }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PACKAGES_PUSH_TOKEN }}
password: ${{ secrets.TOKEN }}
- name: Extract metadata for web image
id: meta-web
@@ -59,7 +59,7 @@ jobs:
with:
registry: ${{ vars.PACKAGES_REGISTRY || gitea.server_url }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PACKAGES_PUSH_TOKEN }}
password: ${{ secrets.TOKEN }}
- name: Extract metadata for api image
id: meta-api