update workflow
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-08-04 21:23:23 +03:00
parent 1d803dbe64
commit 8a2536dd5d

View File

@ -12,11 +12,12 @@ steps:
image: node:24 image: node:24
commands: commands:
- cd frontend - cd frontend
- npm install
- npm run lint - npm run lint
- name: build-and-publish - name: build-and-publish
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
IMAGE_REGISTRY: IMAGE_REGISTRY:
from_secret: docker-registry from_secret: docker-registry
registry: ${IMAGE_REGISTRY} registry: ${IMAGE_REGISTRY}