fix: changed podcast logo to avoid white on transparent background #81

Merged
muli merged 2 commits from white_podcast_logo_fix into main 2021-09-04 09:43:14 +02:00
Showing only changes of commit 1e247ed871 - Show all commits

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: build_webseite name: build_webseite_main
workspace: workspace:
path: /workspace path: /workspace
@ -11,4 +11,29 @@ steps:
image: registry.wtf-eg.net/lektor image: registry.wtf-eg.net/lektor
image_pull_secrets: image_pull_secrets:
- dockerconfig - dockerconfig
trigger:
branch:
- main
event:
- push
---
kind: pipeline
type: docker
name: build_webseite_pr
workspace:
path: /workspace
steps:
- name: build
image: registry.wtf-eg.net/lektor
image_pull_secrets:
- dockerconfig
trigger:
event:
- pull_request