fix(ci): just building one container
This commit is contained in:
parent
384f988cf1
commit
68f5da509b
|
|
@ -4,27 +4,12 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
skip_verify: true
|
skip_verify: true
|
||||||
|
|
||||||
build-server:
|
build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: gitea.perfectra1n.com
|
registry: gitea.perfectra1n.com
|
||||||
repo: gitea.perfectra1n.com/perf3ct/readur-server
|
repo: gitea.perfectra1n.com/perf3ct/readur
|
||||||
dockerfile: server/Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
- ${CI_COMMIT_TAG}
|
|
||||||
username:
|
|
||||||
from_secret: GITEA_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: GITEA_PASSWORD
|
|
||||||
|
|
||||||
build-client:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
registry: gitea.perfectra1n.com
|
|
||||||
repo: gitea.perfectra1n.com/perf3ct/readur-client
|
|
||||||
dockerfile: client/Dockerfile
|
|
||||||
context: .
|
context: .
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue