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