We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1b432 commit 070faf7Copy full SHA for 070faf7
.github/workflows/backend_build_prod_ecr.yml
@@ -35,7 +35,6 @@ jobs:
35
export COMMIT_SHA=$(git rev-parse --short HEAD)
36
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --build-arg COMMIT_SHA=${COMMIT_SHA} -f Dockerfile_backend .
37
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
38
- working-directory: backend
39
40
restart:
41
needs: build
0 commit comments