This commit is contained in:
@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user