react-homepage/.woodpecker.yml
Przemek Grondek dcb353bacb
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
CI WIP
2023-09-14 21:41:32 +02:00

13 lines
363 B
YAML

steps:
build-static:
image: "node:20"
commands:
- npm run build
build-docker:
image: "docker:24.0.6-dind"
commands:
# - docker build -t docker.grondek.pl/react-homepage:0.1 .
- docker buildx build --platform linux/arm64,linux/amd64 --push -t docker.grondek.pl/react-homepage:0.1 .
# when:
# - branch: [ master, main ]