Skip to content

Commit

Permalink
Rename DOCKERHUB_REGISTRY_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 8, 2024
1 parent 9bd2ef7 commit 6571cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:

- name: Push Docker image
run: |
docker tag staking-indexer:${{ github.sha }} ${{ secrets.DOCKERHUB_REGISTRY }}/staking-indexer:${{ github.sha }}
docker push ${{ secrets.DOCKERHUB_REGISTRY }}/staking-indexer:${{ github.sha }}
docker tag staking-indexer:${{ github.sha }} ${{ secrets.DOCKERHUB_REGISTRY_ID }}/staking-indexer:${{ github.sha }}
docker push ${{ secrets.DOCKERHUB_REGISTRY_ID }}/staking-indexer:${{ github.sha }}

0 comments on commit 6571cc4

Please sign in to comment.