diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index ef551568759..1b2caaaa68a 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -45,6 +45,13 @@ jobs: # node-version: [14.21.3, 16.19.1, 18.16.0] node-version: [14.21.3, 16.19.1] steps: + # we login to docker to publish new teraslice image + - name: Login to Docker Hub + uses: docker/login-action@v2 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + - name: Check out code uses: actions/checkout@v3 diff --git a/package.json b/package.json index 20bc710ded2..dcfca1e6482 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "teraslice-workspace", "displayName": "Teraslice", - "version": "0.86.4", + "version": "0.86.5", "private": true, "homepage": "https://github.com/terascope/teraslice", "bugs": { diff --git a/packages/teraslice/package.json b/packages/teraslice/package.json index 82b50f21bd3..00ab67c2abd 100644 --- a/packages/teraslice/package.json +++ b/packages/teraslice/package.json @@ -1,7 +1,7 @@ { "name": "teraslice", "displayName": "Teraslice", - "version": "0.86.4", + "version": "0.86.5", "description": "Distributed computing platform for processing JSON data", "homepage": "https://github.com/terascope/teraslice#readme", "bugs": {