This commit is contained in:
parent
45cbdcf3dc
commit
7c9d9350d3
1 changed files with 16 additions and 0 deletions
16
.woodpecker/build-server-image.yaml
Normal file
16
.woodpecker/build-server-image.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
when:
|
||||
- event: "manual"
|
||||
|
||||
steps:
|
||||
- name: "build image"
|
||||
image: "woodpeckerci/plugin-docker-buildx"
|
||||
settings:
|
||||
repo: "git.1e99.eu/1e99/resourcepacker"
|
||||
registry: "git.1e99.eu"
|
||||
dockerfile: "Dockerfile"
|
||||
platforms: "linux/amd64"
|
||||
tags: "latest,${CI_COMMIT_SHA}"
|
||||
username:
|
||||
from_secret: "DOCKER_USERNAME"
|
||||
password:
|
||||
from_secret: "DOCKER_PASSWORD"
|
Loading…
Reference in a new issue