Skip to content

Commit 978f16b

Browse files
authored
added image tag id
1 parent d280291 commit 978f16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eks-deploy-from-ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: my-python-app
17-
image: 211223789150.dkr.ecr.us-east-2.amazonaws.com/my-docker-repo
17+
image: 211223789150.dkr.ecr.us-east-2.amazonaws.com/my-docker-repo:#{Build.BuildId}#
1818
imagePullPolicy: Always
1919
ports:
2020
- containerPort: 5000

0 commit comments

Comments
 (0)