From 00930942fcb8a9f0106d6e0c9f4186ae4a14983b Mon Sep 17 00:00:00 2001 From: Kahn Yuan Date: Mon, 17 Apr 2023 08:36:01 +0800 Subject: [PATCH] fix: cicd. --- .github/workflows/develop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index a864784..50af3cc 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -26,8 +26,6 @@ jobs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: eipsfun IMAGE_TAG: ${{ github.sha }} - with: - context: . run: | docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG