Skip to content

Commit ae00ec2

Browse files
committed
change module path
1 parent f4a552e commit ae00ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-m19-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
IMAGE_TAG="${GITHUB_SHA:0:8}-$(date +%s)"
3838
IMAGE_URI="$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
39-
docker build -t $IMAGE_URI .
39+
docker build -t $IMAGE_URI module-19-ci-cd/demo
4040
docker push $IMAGE_URI
4141
docker tag $IMAGE_URI $ECR_REGISTRY/$ECR_REPOSITORY:latest
4242
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest

0 commit comments

Comments
 (0)