Skip to content

Commit

Permalink
fixed cicd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinus-witarsah committed Mar 14, 2024
1 parent dd2cd92 commit 641b64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: build-image
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ secrets.AWS_AWS_ECR_REPOSITORY_NAME }}
ECR_REPOSITORY: ${{ secrets.AWS_ECR_REPOSITORY_NAME }}
IMAGE_TAG: latest
run: |
# Build a docker container and
Expand Down

0 comments on commit 641b64b

Please sign in to comment.