react-homepage/.woodpecker.yml
Przemek Grondek 9e3f9d9a7a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Add CI
Co-authored-by: Przemek Grondek <przemek@grondek.pl>
Co-committed-by: Przemek Grondek <przemek@grondek.pl>
2023-09-14 20:58:42 +00:00

20 lines
411 B
YAML

steps:
build-static:
image: "node:20"
commands:
- npm install
- npm run build
build-docker:
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
platforms: linux/arm64
when:
event: tag