rename project to Arkanum (#16)
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details

#### 📖 Summary

- Reanme project to **Arkana**

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #16
This commit is contained in:
OCram85 2022-11-14 19:40:37 +01:00
parent bc161a17c1
commit 73841ef9a2
3 changed files with 8 additions and 6 deletions

View File

@ -2,11 +2,11 @@ depends_on:
- test
pipeline:
buildMasterGitea:
buildImage:
image: plugins/docker
settings:
registry: gitea.ocram85.com
repo: gitea.ocram85.com/codeserver/container
repo: gitea.ocram85.com/codeserver/arkanum
dockerfile: Dockerfile
auto_tag: true
#build_args:
@ -17,5 +17,7 @@ pipeline:
password:
from_secret: gitea_passwd
when:
event: push
event:
- push
- tag
branch: master

View File

@ -2,12 +2,12 @@ depends_on:
- test
pipeline:
buildNextGitea:
buildTestImage:
image: woodpeckerci/plugin-docker-buildx
settings:
#dry_run: true
registry: gitea.ocram85.com
repo: gitea.ocram85.com/codeserver/container
repo: gitea.ocram85.com/codeserver/arkanum
platforms: linux/amd64
dockerfile: Dockerfile
tags: next

View File

@ -4,6 +4,6 @@ pipeline:
settings:
dry_run: true
registry: gitea.ocram85.com
repo: gitea.ocram85.com/codeserver/container
repo: gitea.ocram85.com/codeserver/arkanum
dockerfile: Dockerfile
tags: next