Skip to content

Commit

Permalink
Update deploy-match.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeri93 authored Aug 2, 2024
1 parent d33dfcc commit f72120c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-match.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
# Build a docker container and
# push it to ECR so that it can
# be deployed to ECS.
docker build -t --platform=linux/arm64 $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./match
docker buildx build -t --platform=linux/arm64 $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./match
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f72120c

Please sign in to comment.