This commit is contained in:
parent
a17cf17d22
commit
7b6e6625fa
1 changed files with 7 additions and 14 deletions
37
.woodpecker.yaml
Normal file
37
.woodpecker.yaml
Normal file
|
@ -0,0 +1,37 @@
|
|||
steps:
|
||||
- name: docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/aaron/php-apache-mysql
|
||||
tags: latest
|
||||
platforms:
|
||||
#- linux/arm64
|
||||
- linux/amd64
|
||||
when:
|
||||
- branch: main
|
||||
event: [push, manual]
|
||||
- name: docker-build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/aaron/php-apache-mysql
|
||||
tags: latest
|
||||
platforms:
|
||||
#- linux/arm64
|
||||
- linux/amd64
|
||||
dry_run: true
|
||||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
event: [push, manual]
|
Loading…
Add table
Add a link
Reference in a new issue