mirror of
https://github.com/readur/readur.git
synced 2026-05-04 21:39:58 -05:00
fix(ci): just building one container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user