Skip to content

Commit

Permalink
use root working dir
Browse files Browse the repository at this point in the history
Former-commit-id: 74c3e98
  • Loading branch information
motatoes committed Dec 22, 2023
1 parent ab2b5a2 commit 3951f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/backend_build_prod_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
export COMMIT_SHA=$(git rev-parse --short HEAD)
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --build-arg COMMIT_SHA=${COMMIT_SHA} -f Dockerfile_backend .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
working-directory: backend
restart:
needs: build
Expand Down

0 comments on commit 3951f46

Please sign in to comment.