From 1cb19498ecc3bd3a01512a43b8510ed89f9db26e Mon Sep 17 00:00:00 2001 From: Dimitris Kargatzis Date: Thu, 7 Mar 2024 17:51:53 +0200 Subject: [PATCH] fix: Address typo in reusable workflows Signed-off-by: Dimitris Kargatzis --- .../aws-build-push-and-deploy-to-eks-with-helm/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-workflows/aws-build-push-and-deploy-to-eks-with-helm/main.yaml b/.github/workflows/reusable-workflows/aws-build-push-and-deploy-to-eks-with-helm/main.yaml index 97307e0..cd365ab 100644 --- a/.github/workflows/reusable-workflows/aws-build-push-and-deploy-to-eks-with-helm/main.yaml +++ b/.github/workflows/reusable-workflows/aws-build-push-and-deploy-to-eks-with-helm/main.yaml @@ -35,7 +35,7 @@ concurrency: jobs: deploy: - name: Setup, Build and Publish Dokcer image to ECR, and Deploy to EKS using Helm + name: Setup, Build and Publish Docker image to ECR, and Deploy to EKS using Helm runs-on: ubuntu-latest env: BRANCH: ${{ github.head_ref || github.ref_name }}