Add CI #1
1 changed files with 4 additions and 0 deletions
|
@ -6,7 +6,11 @@ steps:
|
||||||
- npm run build
|
- npm run build
|
||||||
build-docker:
|
build-docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets:
|
||||||
|
- docker_username
|
||||||
|
- docker_password
|
||||||
settings:
|
settings:
|
||||||
|
registry: docker.grondek.pl
|
||||||
repo: docker.grondek.pl/react-homepage
|
repo: docker.grondek.pl/react-homepage
|
||||||
tags: 0.1
|
tags: 0.1
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
|
|
Loading…
Reference in a new issue