woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-10 21:36:18 +02:00
parent a17cf17d22
commit 7b6e6625fa
Signed by: aaron
GPG key ID: 643004654D40D577

37
.woodpecker.yaml Normal file
View 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]