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

This commit is contained in:
2025-10-06 19:17:11 +02:00
parent 741295150d
commit a9bcc71a72

View File

@@ -30,8 +30,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ vars.PACKAGES_REGISTRY || gitea.server_url }}/${{ gitea.repository }}/web
tags: |
type=ref,event=branch
- name: Build and push web image
uses: docker/build-push-action@v5
@@ -66,8 +64,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ vars.PACKAGES_REGISTRY || gitea.server_url }}/${{ gitea.repository }}/api
tags: |
type=ref,event=branch
- name: Build and push api image
uses: docker/build-push-action@v5