Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koray-datadive committed May 19, 2024
1 parent c8104b7 commit 6bba363
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
ECR_REPOSITORY: attendence-taker-api
IMAGE_TAG: ${{ github.sha }}
run: |
docker build . --file api.Dockerfile --tag attendence-taker-api:latest
docker tag attendence-taker-api:latest $ECR_REGISTRY/$ECR_REPOSITORY:latest
echo $ECR_REGISTRY/$ECR_REPOSITORY
docker build . --file api.Dockerfile --tag api
docker tag api $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest

0 comments on commit 6bba363

Please sign in to comment.