Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
runtime-error786 committed Sep 18, 2024
1 parent 38ba700 commit 0ae9630
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 @@ -49,7 +49,7 @@ jobs:
env:
IMAGE_TAG: latest
run: |
# Build a docker container and
# qild a docker container and
# push it to ECR so that it can
docker build -t ${{ secrets.AWS_ECR_REPO_URI }}:$IMAGE_TAG .
docker push ${{ secrets.AWS_ECR_REPO_URI }}:$IMAGE_TAG

0 comments on commit 0ae9630

Please sign in to comment.