7 lines
129 B
Makefile
7 lines
129 B
Makefile
VERSION ?= 1.16.0
|
|
REGISTRY := public.ecr.aws/zero-downtime
|
|
IMAGE := fluentd-concenter
|
|
REGION := us-east-1
|
|
|
|
include .ci/podman.mk
|