ci: remove woodpecker, using Gitea Actions
This commit is contained in:
parent
c56f6c1f9d
commit
e96895b791
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
when:
|
||||
branch: [main, high-performance]
|
||||
event: push
|
||||
|
||||
steps:
|
||||
- name: build-and-push
|
||||
image: registry.nxtgauge.com/kaniko:2.1.1
|
||||
settings:
|
||||
registry: registry.nxtgauge.com
|
||||
username:
|
||||
from_secret: REGISTRY_USERNAME
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
repo: nxtgauge-admin-solid
|
||||
tags:
|
||||
- ${CI_COMMIT_SHA}
|
||||
- ${CI_COMMIT_BRANCH}-latest
|
||||
dockerfile: Dockerfile.simple
|
||||
context: .
|
||||
Loading…
Add table
Reference in a new issue