diff --git a/.github/workflows/push_release.yml b/.github/workflows/push_release.yml index c3b35b1e..8c4f4676 100644 --- a/.github/workflows/push_release.yml +++ b/.github/workflows/push_release.yml @@ -47,7 +47,7 @@ jobs: ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }} IMAGE_TAG: ${{ github.sha }} run: | - cp $GITHUB_WORKSPACE/$DOCKER_COMPOSE_PATH ./docker-compose.yml + cd infrastructure/backend docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"