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
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:
parent
36a01be946
commit
c549a277fd
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ jobs:
|
||||||
registry: git.euph.dev
|
registry: git.euph.dev
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
|
- name: debug
|
||||||
|
run: |
|
||||||
|
ls .forgejo/workflows
|
||||||
- name: Build and push Web Image
|
- name: Build and push Web Image
|
||||||
uses: "https://git.euph.dev/actions/docker-build-push@v5"
|
uses: "https://git.euph.dev/actions/docker-build-push@v5"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue