Przemek Grondek
4dfe54c065
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
22 lines
444 B
YAML
22 lines
444 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:
|
|
# branch:
|
|
# - main
|
|
# - master
|