Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 5, 2024
1 parent 5109280 commit 1eaaa6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ec2-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
shell: bash

- name: Display the commit ID
run: echo "Latest commit ID is: ${{ env.COMMIT_ID }}"
run: |
echo "Latest commit ID is: ${{ env.COMMIT_ID }}"
- name: Build, tag, and push image to Amazon ECR
id: build-image
Expand Down

0 comments on commit 1eaaa6c

Please sign in to comment.