7 lines
130 B
Makefile
7 lines
130 B
Makefile
REGISTRY := public.ecr.aws/zero-downtime
|
|
IMAGE := aws-iam-authenticator
|
|
REGION := us-east-1
|
|
TAG := v0.6.11
|
|
|
|
include .ci/podman.mk
|