fix(ci): just building one container
This commit is contained in:
parent
384f988cf1
commit
68f5da509b
|
|
@ -4,27 +4,12 @@ steps:
|
|||
settings:
|
||||
skip_verify: true
|
||||
|
||||
build-server:
|
||||
build:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: gitea.perfectra1n.com
|
||||
repo: gitea.perfectra1n.com/perf3ct/readur-server
|
||||
dockerfile: server/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
|
||||
repo: gitea.perfectra1n.com/perf3ct/readur
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
tags:
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue