add docker build action

pull/1644/head
Sergei Meza 2022-10-14 11:10:31 +09:00
parent 762bb2b379
commit efef98e8b4
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
run: |
docker buildx build . \
--build-arg DATABASE_TYPE=mysql \
--build-arg BASE_PATH=/ \
--build-arg BASE_PATH= \
--tag $ECR_REGISTRY/$ECR_REPOSITORY:${{ env.ENVIRONMENT }}-latest \
--tag $ECR_REGISTRY/$ECR_REPOSITORY:${{ env.ENVIRONMENT }}_$IMAGE_TAG \
--push