Skip to content

Commit

Permalink
update DockerHub username and image tags to oraichain in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Jan 20, 2025
1 parent aed09ba commit a7fb193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-cosmos-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: subquerynetwork
username: oraichain
password: ${{ secrets.SQ_DOCKERHUB_TOKEN }}

## node
Expand All @@ -133,7 +133,7 @@ jobs:
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
tags: subquerynetwork/subql-node-cosmos:v${{ steps.get-node-version.outputs.NODE_VERSION }},
tags: oraichain/subql-node-cosmos: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 @@ -144,7 +144,7 @@ jobs:
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
tags: subquerynetwork/subql-node-cosmos:v${{ steps.get-node-version.outputs.NODE_VERSION }},subquerynetwork/subql-node-cosmos:latest
tags: oraichain/subql-node-cosmos:v${{ steps.get-node-version.outputs.NODE_VERSION }},oraichain/subql-node-cosmos:latest
build-args: RELEASE_VERSION=${{ steps.get-node-version.outputs.NODE_VERSION }}

- name: Image digest
Expand Down

0 comments on commit a7fb193

Please sign in to comment.