Skip to content

Commit

Permalink
fix github ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Jan 16, 2025
1 parent a59423d commit 53109ae
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
fetch-depth: 100
token: ${{ secrets.GITHUB_TOKEN }}

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand All @@ -25,8 +21,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: onfinality
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: subquerynetwork
password: ${{ secrets.SQ_DOCKERHUB_TOKEN }}

- name: Get updated network-indexer-metrics version
id: fetch-version
Expand All @@ -43,7 +39,6 @@ jobs:
cache-to: type=gha,mode=max
tags: subquerynetwork/network_bootstrap:v${{ steps.fetch-version.outputs.VERSION }}
build-args: RELEASE_VERSION=${{ steps.fetch-version.outputs.VERSION }}
ssh: default

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

0 comments on commit 53109ae

Please sign in to comment.