react-homepage/.woodpecker.yml

20 lines
417 B
YAML
Raw Normal View History

steps:
build-static:
image: "node:20"
commands:
- npm install
- npm run build
2024-02-10 00:58:56 +00:00
build-docker-amd64:
image: woodpeckerci/plugin-docker-buildx
secrets:
- docker_username
- docker_password
settings:
registry: docker.grondek.pl
repo: docker.grondek.pl/react-homepage
auto_tag: true
tags: latest
2024-02-10 00:58:56 +00:00
platforms: linux/amd64
when:
event: tag