add ecr repo stage

This commit is contained in:
Nana Janashia
2020-12-05 16:53:33 +01:00
parent 8c32984bfa
commit 70fb6f1f11
2 changed files with 10 additions and 6 deletions

View File

@@ -15,10 +15,10 @@ spec:
app: $APP_NAME
spec:
imagePullSecrets:
- name: my-registry-key
- name: aws-registry-key
containers:
- name: $APP_NAME
image: nanajanashia/demo-app:$IMAGE_NAME
image: $DOCKER_REPO:$IMAGE_NAME
imagePullPolicy: Always
ports:
- containerPort: 8080