react-homepage/.woodpecker.yml

22 lines
444 B
YAML
Raw Normal View History

2023-09-14 19:41:32 +00:00
steps:
build-static:
2023-09-13 21:59:43 +00:00
image: "node:20"
2023-09-13 21:55:50 +00:00
commands:
2023-09-14 19:48:24 +00:00
- npm install
2023-09-14 19:41:32 +00:00
- npm run build
build-docker:
2023-09-14 20:17:19 +00:00
image: woodpeckerci/plugin-docker-buildx
2023-09-14 20:27:34 +00:00
secrets:
- docker_username
- docker_password
2023-09-14 20:07:52 +00:00
settings:
2023-09-14 20:27:34 +00:00
registry: docker.grondek.pl
2023-09-14 20:07:52 +00:00
repo: docker.grondek.pl/react-homepage
2023-09-14 20:38:28 +00:00
auto_tag: true
tags: latest
2023-09-14 20:17:19 +00:00
platforms: linux/arm64
2023-09-14 20:38:28 +00:00
# when:
# branch:
# - main
# - master