troubleshoot docker push
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-08-03 21:09:00 +03:00
parent 345bc2c08a
commit d0a576e76f

View File

@ -3,23 +3,23 @@ when:
branch: [master, feature/*] branch: [master, feature/*]
steps: steps:
- name: lint-frontend # - name: lint-frontend
image: node:24 # image: node:24
commands: # commands:
- cd frontend # - cd frontend
- npm install # - npm install
- npm run lint # - npm run lint
- name: trivy-scan # - name: trivy-scan
image: aquasec/trivy:latest # image: aquasec/trivy:latest
commands: # commands:
- trivy fs --scanners vuln,config --exit-code 1 --ignorefile .trivyignore --severity HIGH,CRITICAL frontend/ # - trivy fs --scanners vuln,config --exit-code 1 --ignorefile .trivyignore --severity HIGH,CRITICAL frontend/
- name: build-frontend # - name: build-frontend
image: node:24 # image: node:24
commands: # commands:
- cd frontend # - cd frontend
- npm run build # - npm run build
- name: build-and-publish - name: build-and-publish
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko