We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb9d73 commit 03b2126Copy full SHA for 03b2126
lib/k8s/Makefile
@@ -1,7 +1,8 @@
1
-.PHONY: build-base
+.PHONY: build
2
build:
3
docker build --platform linux/amd64 -t test-base-image -f Dockerfile.base .
4
5
+.PHONY: push
6
push:
7
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin $(registry).dkr.ecr.us-west-2.amazonaws.com
8
docker tag test-base-image:latest $(registry).dkr.ecr.us-west-2.amazonaws.com/test-base-image:latest
0 commit comments