Skip to content

Commit 18ffb8b

Browse files
committed
fixed push-dockerhub.yml
which still had an "env" section for building the docker images which caused the `IMAGE_TAG` environment variable to be empty during build
1 parent bf8a359 commit 18ffb8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/push-dockerhub.yml

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
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 .;
3737
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 .;
3838
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 }}
4139
- name: Push the Docker images to Docker Hub
4240
run: |
4341
docker push eclipse/ditto-policies:$IMAGE_TAG;

0 commit comments

Comments
 (0)