Skip to content

Commit ced1282

Browse files
Fix indentation in docker-image.yml
1 parent 242ebb1 commit ced1282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
cluster_name: $EKS_CLUSTER_NAME
4747
with:
4848
args: |
49-
kubectl cluster-info
50-
kubectl create deployment hello --image 247308769694.dkr.ecr.us-east-1.amazonaws.com/hello-repo --port 8080
51-
kubectl get deployments
49+
kubectl cluster-info
50+
kubectl create deployment hello --image 247308769694.dkr.ecr.us-east-1.amazonaws.com/hello-repo --port 8080
51+
kubectl get deployments

0 commit comments

Comments
 (0)