debshots/.woodpecker.yml
Christoph Haas d68892ccdc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ffs
2026-02-07 00:17:14 +01:00

18 lines
714 B
YAML

steps:
- name: build-image
# This plugin handles the DinD complexity for you
image: woodpeckerci/plugin-docker-buildx
privileged: true # Required for the plugin to start its internal Docker engine
settings:
registry: registry.coolify1.workaround.org
repo: registry.coolify1.workaround.org/debshots
cache_from: type=registry\\,ref=registry.coolify1.workaround.org/debshots:buildcache
cache_to: type=registry\\,ref=registry.coolify1.workaround.org/debshots:buildcache\\,mode=max
dockerfile: Dockerfile
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASSWORD
tags:
- latest
- ${CI_COMMIT_SHA:0:7}