Renovate Bot
8694a8f95a
Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
19 lines
478 B
YAML
19 lines
478 B
YAML
---
|
|
depends_on:
|
|
- lint
|
|
|
|
variables: # https://woodpecker-ci.org/docs/usage/advanced-usage
|
|
- &VERSION 'v1.0.${CI_PIPELINE_NUMBER}' # wird für die Docker-Tags verwendet
|
|
|
|
steps:
|
|
selfhosted_push:
|
|
image: "woodpeckerci/plugin-docker-buildx:3.0.1"
|
|
settings:
|
|
dockerfile: Dockerfile
|
|
repo: registry.mgrote.net/mkdocs
|
|
registry: registry.mgrote.net
|
|
tags:
|
|
- *VERSION
|
|
- ${CI_COMMIT_SHA:0:8}
|
|
- ${CI_COMMIT_BRANCH}
|
|
- latest
|