react-homepage/.woodpecker.yml
Przemek Grondek 775f1e378c
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Switch building images to amd64
2024-02-10 01:59:30 +01:00

20 lines
417 B
YAML

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