This repository has been archived on 2025-01-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
traefik-certmanager/.woodpecker/.build.yaml

33 lines
710 B
YAML

steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/${CI_REPO}
tags:
- latest
- ${CI_PIPELINE_NUMBER}
when:
- branch: main
event: [push, manual]
- name: docker-build
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/${CI_REPO}
tags:
- testing-${CI_PIPELINE_NUMBER}
when:
- branch:
exclude: main
event: [push, manual]
depends_on:
- lint