Skip to content

Commit

Permalink
fix: cicd.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyyuan committed Apr 17, 2023
1 parent 428285a commit 0093094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0093094

Please sign in to comment.