generated from Templates/Baseline
Compare commits
1 Commits
v1.0.1
...
v1.0.0-rc1
Author | SHA1 | Date | |
---|---|---|---|
3791bce7a8 |
@ -23,14 +23,20 @@ pipeline:
|
|||||||
buildTag:
|
buildTag:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: gitea.ocram85.com
|
repo: gitea.ocram85.com/codeserver/arkanum,ocram85/arkanum
|
||||||
repo: gitea.ocram85.com/codeserver/arkanum
|
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
username:
|
logins:
|
||||||
from_secret: gitea_user
|
- registry: https://gitea.ocram85.com
|
||||||
password:
|
username:
|
||||||
from_secret: gitea_passwd
|
from_secret: gitea_user
|
||||||
|
password:
|
||||||
|
from_secret: gitea_passwd
|
||||||
|
- registry: https://index.docker.io/v1/
|
||||||
|
username:
|
||||||
|
from_secret: docker_user
|
||||||
|
password:
|
||||||
|
from_secret: docker_passwd
|
||||||
build_args:
|
build_args:
|
||||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||||
- TAG=${CI_COMMIT_TAG}
|
- TAG=${CI_COMMIT_TAG}
|
||||||
|
Reference in New Issue
Block a user