Skip to content

Commit

Permalink
Revert "temporarily don't publish "latest" version"
Browse files Browse the repository at this point in the history
This reverts commit 31267a6.
  • Loading branch information
thjaeckle committed May 17, 2024
1 parent 31267a6 commit 994eaab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
eclipse/ditto-policies:${{ env.IMAGE_TAG }}
eclipse/ditto-policies:${{ env.IMAGE_MINOR_TAG }}
eclipse/ditto-policies:${{ env.IMAGE_MAJOR_TAG }}
eclipse/ditto-policies:latest
-
name: Build and push ditto-things
if: env.MILESTONE_OR_RC_SUFFIX == env.IMAGE_TAG
Expand All @@ -95,6 +96,7 @@ jobs:
eclipse/ditto-things:${{ env.IMAGE_TAG }}
eclipse/ditto-things:${{ env.IMAGE_MINOR_TAG }}
eclipse/ditto-things:${{ env.IMAGE_MAJOR_TAG }}
eclipse/ditto-things:latest
-
name: Build and push ditto-gateway
if: env.MILESTONE_OR_RC_SUFFIX == env.IMAGE_TAG
Expand All @@ -113,6 +115,7 @@ jobs:
eclipse/ditto-gateway:${{ env.IMAGE_TAG }}
eclipse/ditto-gateway:${{ env.IMAGE_MINOR_TAG }}
eclipse/ditto-gateway:${{ env.IMAGE_MAJOR_TAG }}
eclipse/ditto-gateway:latest
-
name: Build and push ditto-thingsearch
if: env.MILESTONE_OR_RC_SUFFIX == env.IMAGE_TAG
Expand All @@ -131,6 +134,7 @@ jobs:
eclipse/ditto-things-search:${{ env.IMAGE_TAG }}
eclipse/ditto-things-search:${{ env.IMAGE_MINOR_TAG }}
eclipse/ditto-things-search:${{ env.IMAGE_MAJOR_TAG }}
eclipse/ditto-things-search:latest
-
name: Build and push ditto-connectivity
if: env.MILESTONE_OR_RC_SUFFIX == env.IMAGE_TAG
Expand All @@ -150,6 +154,7 @@ jobs:
eclipse/ditto-connectivity:${{ env.IMAGE_TAG }}
eclipse/ditto-connectivity:${{ env.IMAGE_MINOR_TAG }}
eclipse/ditto-connectivity:${{ env.IMAGE_MAJOR_TAG }}
eclipse/ditto-connectivity:latest
-
name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand Down Expand Up @@ -177,6 +182,7 @@ jobs:
eclipse/ditto-ui:${{ env.IMAGE_TAG }}
eclipse/ditto-ui:${{ env.IMAGE_MINOR_TAG }}
eclipse/ditto-ui:${{ env.IMAGE_MAJOR_TAG }}
eclipse/ditto-ui:latest
-
name: Build and push ditto-policies milestone/RC
if: env.MILESTONE_OR_RC_SUFFIX != env.IMAGE_TAG
Expand Down

0 comments on commit 994eaab

Please sign in to comment.