Skip to content

Commit

Permalink
[SKIP CI] publish subql node under subquerynetwork org
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid authored Aug 8, 2023
1 parent f9c0fdb commit 9e9e71b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: onfinality
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: subquerynetwork
password: ${{ secrets.SQ_DOCKERHUB_TOKEN }}

## node
- name: Get updated node version
Expand All @@ -42,7 +42,7 @@ jobs:
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
tags: onfinality/subql-node-stellar:v${{ steps.get-node-version.outputs.NODE_VERSION }}
tags: subquerynetwork/subql-node-stellar:v${{ steps.get-node-version.outputs.NODE_VERSION }}
build-args: RELEASE_VERSION=${{ steps.get-node-version.outputs.NODE_VERSION }}

- name: Build and push
Expand All @@ -52,8 +52,8 @@ jobs:
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
tags: onfinality/subql-node-stellar:v${{ steps.get-node-version.outputs.NODE_VERSION }},onfinality/subql-node-stellar:latest
tags: subquerynetwork/subql-node-stellar:v${{ steps.get-node-version.outputs.NODE_VERSION }},subquerynetwork/subql-node-stellar:latest
build-args: RELEASE_VERSION=${{ steps.get-node-version.outputs.NODE_VERSION }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 9e9e71b

Please sign in to comment.