Skip to content

Commit

Permalink
Fix images publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Feb 17, 2022
1 parent 65d83c4 commit b743a7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ jobs:
- name: Push cheqd-cli image
run: |
docker tag cheqd-cli ghcr.io/${{ env.GITHUB_ORG_NAME }}/cheqd-cli:${{ env.VERSION }}
docker tag cheqd-cli ghcr.io/${{ env.GITHUB_ORG_NAME }}/cheqd-cli:latest
docker push ghcr.io/${{ env.GITHUB_ORG_NAME }}:${{ env.VERSION }}
docker push ghcr.io/${{ env.GITHUB_ORG_NAME }}:latest
docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:${{ env.VERSION }}
docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
docker push ghcr.io/${{ github.repository_owner }}/cheqd-cli:${{ env.VERSION }}
docker push ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
- name: Download deb
uses: actions/download-artifact@v2
Expand Down

0 comments on commit b743a7a

Please sign in to comment.