Compare commits
2 Commits
723f41b232
...
5668ef2490
Author | SHA1 | Date | |
---|---|---|---|
5668ef2490 | |||
0dee97e24d |
@ -16,7 +16,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ POSTFIXADMIN_VERSION?=3.3.15 # renovate: datasource=github-tags depName=postfixa
|
||||
PODMAN_BIN?=$(shell which podman)
|
||||
|
||||
# POSTFIXADMIN_IMAGE
|
||||
POSTFIXADMIN_IMAGE_REGISTRY_HOST:=git.cryptic.systems
|
||||
POSTFIXADMIN_IMAGE_REGISTRY_HOST?=git.cryptic.systems
|
||||
POSTFIXADMIN_IMAGE_REPOSITORY?=volker.raschek/postfixadmin
|
||||
POSTFIXADMIN_IMAGE_VERSION?=latest
|
||||
POSTFIXADMIN_IMAGE_FULLY_QUALIFIED=${POSTFIXADMIN_IMAGE_REGISTRY_HOST}/${POSTFIXADMIN_IMAGE_REPOSITORY}:${POSTFIXADMIN_IMAGE_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user