Compare commits
2 Commits
30926b37a9
...
6e0f71a996
Author | SHA1 | Date | |
---|---|---|---|
6e0f71a996 | |||
23511f16e9 |
@ -13,7 +13,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
|
||||
|
4
Makefile
4
Makefile
@ -5,8 +5,8 @@ CONTAINER_RUNTIME?=$(shell which docker)
|
||||
|
||||
# DHCPD_IMAGE_REGISTRY_NAME
|
||||
# Defines the name of the new container to be built using several variables.
|
||||
DHCPD_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||
DHCPD_IMAGE_REGISTRY_USER:=volker.raschek
|
||||
DHCPD_IMAGE_REGISTRY_NAME?=git.cryptic.systems
|
||||
DHCPD_IMAGE_REGISTRY_USER?=volker.raschek
|
||||
|
||||
DHCPD_IMAGE_NAMESPACE?=${DHCPD_IMAGE_REGISTRY_USER}
|
||||
DHCPD_IMAGE_NAME:=dhcpd
|
||||
|
Loading…
x
Reference in New Issue
Block a user