Remove woodpecker as now using actions
All checks were successful
ci / builder (push) Successful in 3m22s
All checks were successful
ci / builder (push) Successful in 3m22s
This commit is contained in:
parent
162b09a934
commit
5d16d7d53b
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: Build and Publish Docker Image
|
|
||||||
when:
|
|
||||||
- branch: main
|
|
||||||
event: push
|
|
||||||
- event: tag
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
repo: ${CI_REG_HOST}:${CI_REG_PORT}/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
|
||||||
tags: latest
|
|
||||||
registry: http://${CI_REG_HOST}:${CI_REG_PORT}
|
|
||||||
insecure: true
|
|
||||||
buildkit_config: "[registry.\"${CI_REG_HOST}:${CI_REG_PORT}\"]\n http = true\n insecure = true"
|
|
||||||
username:
|
|
||||||
from_secret: CI_REG_USER
|
|
||||||
password:
|
|
||||||
from_secret: CI_REG_TOKEN
|
|
Loading…
Reference in a new issue