From d0a576e76f0bc67b807602eea310f719e0476530 Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Sun, 3 Aug 2025 21:09:00 +0300 Subject: [PATCH] troubleshoot docker push --- .woodpecker/build.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e020e79..dce3b50 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -3,23 +3,23 @@ when: branch: [master, feature/*] steps: - - name: lint-frontend - image: node:24 - commands: - - cd frontend - - npm install - - npm run lint + # - name: lint-frontend + # image: node:24 + # commands: + # - cd frontend + # - npm install + # - npm run lint - - name: trivy-scan - image: aquasec/trivy:latest - commands: - - trivy fs --scanners vuln,config --exit-code 1 --ignorefile .trivyignore --severity HIGH,CRITICAL frontend/ + # - name: trivy-scan + # image: aquasec/trivy:latest + # commands: + # - trivy fs --scanners vuln,config --exit-code 1 --ignorefile .trivyignore --severity HIGH,CRITICAL frontend/ - - name: build-frontend - image: node:24 - commands: - - cd frontend - - npm run build + # - name: build-frontend + # image: node:24 + # commands: + # - cd frontend + # - npm run build - name: build-and-publish image: woodpeckerci/plugin-kaniko