Skip to content

Commit

Permalink
fix: Fix name of container
Browse files Browse the repository at this point in the history
  • Loading branch information
FacundoInza committed Oct 2, 2023
1 parent 2a22ae1 commit 6c2c59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build, tag, and push image to Amazon ECR
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: deliverit-front-admin
ECR_REPOSITORY: deliverit-front-dealer
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:latest .
Expand Down

0 comments on commit 6c2c59f

Please sign in to comment.