Skip to content

Commit

Permalink
Fix cosmoshub container name
Browse files Browse the repository at this point in the history
  • Loading branch information
minniux committed Aug 8, 2024
1 parent 023f2a7 commit bb4fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cosmoshub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Tag and push Docker image
run: |
docker tag cosmoshub:${{ env.VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cosmoshub-${{ env.VERSION }}
docker tag gaia:${{ env.VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cosmoshub-${{ env.VERSION }}
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cosmoshub-${{ env.VERSION }}

0 comments on commit bb4fba8

Please sign in to comment.