Skip to content

Commit 03b2126

Browse files
committed
makefile
1 parent beb9d73 commit 03b2126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/k8s/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
.PHONY: build-base
1+
.PHONY: build
22
build:
33
docker build --platform linux/amd64 -t test-base-image -f Dockerfile.base .
44

5+
.PHONY: push
56
push:
67
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin $(registry).dkr.ecr.us-west-2.amazonaws.com
78
docker tag test-base-image:latest $(registry).dkr.ecr.us-west-2.amazonaws.com/test-base-image:latest

0 commit comments

Comments
 (0)