File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 36
36
docker build -f services/dockerfile-release --build-arg SERVICE_STARTER=ditto-services-concierge-starter --build-arg SERVICE_VERSION=$IMAGE_TAG -t eclipse/ditto-concierge:$IMAGE_TAG -t eclipse/ditto-concierge:$IMAGE_MINOR_TAG -t eclipse/ditto-concierge:$IMAGE_MAJOR_TAG -t eclipse/ditto-concierge:latest .;
37
37
docker build -f services/dockerfile-release --build-arg SERVICE_STARTER=ditto-services-gateway-starter --build-arg SERVICE_VERSION=$IMAGE_TAG -t eclipse/ditto-gateway:$IMAGE_TAG -t eclipse/ditto-gateway:$IMAGE_MINOR_TAG -t eclipse/ditto-gateway:$IMAGE_MAJOR_TAG -t eclipse/ditto-gateway:latest .;
38
38
docker build -f services/dockerfile-release --build-arg SERVICE_STARTER=ditto-services-connectivity-starter --build-arg SERVICE_VERSION=$IMAGE_TAG -t eclipse/ditto-connectivity:$IMAGE_TAG -t eclipse/ditto-connectivity:$IMAGE_MINOR_TAG -t eclipse/ditto-connectivity:$IMAGE_MAJOR_TAG -t eclipse/ditto-connectivity:latest .;
39
- env :
40
- IMAGE_TAG : ${{ steps.branch_name.outputs.IMAGE_TAG }}
41
39
- name : Push the Docker images to Docker Hub
42
40
run : |
43
41
docker push eclipse/ditto-policies:$IMAGE_TAG;
You can’t perform that action at this time.
0 commit comments