Skip to content

Commit

Permalink
Merge pull request #3441 from terascope/release-teraslice-0-86-5
Browse files Browse the repository at this point in the history
release: (patch) [email protected]
  • Loading branch information
godber authored Oct 20, 2023
2 parents d32a710 + c3a4573 commit 3300119
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3300119

Please sign in to comment.