Skip to content

Commit

Permalink
fix: Address typo in reusable workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
  • Loading branch information
dkargatzis committed Mar 7, 2024
1 parent 0924a8c commit 1cb1949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1cb1949

Please sign in to comment.