Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniu Goncearuc committed Sep 29, 2023
1 parent ef995fe commit fd4b18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Tag and push Docker image to Amazon ECR
run: |
docker tag nodejs:${{ env.TAG_NAME }} ${{ secrets.ECR_REGISTRY }}:${{ env.TAG_NAME }}
docker tag nodejs:latest ${{ secrets.ECR_REGISTRY }}:${{ env.TAG_NAME }}
docker push ${{ secrets.ECR_REGISTRY }}:${{ env.TAG_NAME }}
- name: Create Git Tag
Expand Down

0 comments on commit fd4b18e

Please sign in to comment.