6 lines
115 B
Makefile
6 lines
115 B
Makefile
|
REGISTRY := public.ecr.aws/zero-downtime
|
||
|
IMAGE := aws-iam-authenticator
|
||
|
REGION := us-east-1
|
||
|
|
||
|
include .ci/podman.mk
|