Skip to content

Commit 6101332

Browse files
committed
Updating Manifests
1 parent 723922a commit 6101332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
export VERSION=`bash ./gradlew -Pbuild_target=SNAPSHOT -q properties | grep version | sed -e "s@version: @@g"`
3838
export SERVICE_CODE=`echo "$VERSION" | cut -d '-' -f1`
3939
export IMAGE_NAME=`$ECR_REGISTRY/$SERVICE_NAME:$SERVICE_CODE.${{ github.sha }}`
40-
docker build -t "$IMAGE_NAME" .
40+
docker build -t $ECR_REGISTRY/$SERVICE_NAME:$SERVICE_CODE.${{ github.sha }} .
4141
sed -e "s@<IMAGE_NAME>@$IMAGE_NAME@g" ./manifests/deployment.yaml
4242
# docker push $ECR_REGISTRY/$SERVICE_NAME:$SERVICE_CODE.${{ github.sha }}
4343

0 commit comments

Comments
 (0)