2023-11-03 19:21:11 +01:00
|
|
|
---
|
|
|
|
depends_on:
|
|
|
|
- lint
|
|
|
|
|
2024-02-02 22:01:49 +01:00
|
|
|
variables: # https://woodpecker-ci.org/docs/usage/advanced-usage
|
|
|
|
- &VERSION 'v1.0.${CI_PIPELINE_NUMBER}' # wird für die Docker-Tags verwendet
|
|
|
|
|
|
|
|
steps:
|
2023-11-03 19:21:11 +01:00
|
|
|
selfhosted_push:
|
2024-02-06 18:56:08 +01:00
|
|
|
image: "woodpeckerci/plugin-docker-buildx:3.0.1@sha256:c7ac0b01243466bef93863591940ce5eacf59759e9045433a6fc28d20c696d01"
|
2023-11-03 19:21:11 +01:00
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
repo: registry.mgrote.net/postfix
|
|
|
|
registry: registry.mgrote.net
|
|
|
|
tags:
|
2024-02-02 22:01:49 +01:00
|
|
|
- *VERSION
|
2023-11-03 19:21:11 +01:00
|
|
|
- ${CI_COMMIT_SHA:0:8}
|
|
|
|
- ${CI_COMMIT_BRANCH}
|
|
|
|
- latest
|