test
Some checks failed
Build Application / build (push) Successful in 1m6s
Quality Check / Validate OAS (push) Successful in 38s
Build Application / build-docker (push) Failing after 11s
Build Application / release (push) Has been skipped
Quality Check / Testing (push) Successful in 46s
Quality Check / Linting (push) Successful in 58s
Quality Check / Static Analysis (push) Successful in 57s

This commit is contained in:
Snoweuph 2025-02-01 14:42:38 +01:00
parent 36a01be946
commit c549a277fd
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -52,6 +52,9 @@ jobs:
registry: git.euph.dev
username: ${{ secrets.DEPLOY_USER }}
password: ${{ secrets.DEPLOY_SECRET }}
- name: debug
run: |
ls .forgejo/workflows
- name: Build and push Web Image
uses: "https://git.euph.dev/actions/docker-build-push@v5"
with: