Skip to content

Commit

Permalink
[DEV-1096] Make it ready to merge
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
Andrew Nikitin committed Mar 29, 2022
1 parent 982e65e commit 124d61b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ jobs:
run: |
docker tag cheqd-node ghcr.io/${{ github.repository }}:${{ env.RCVERSION }}
docker push ghcr.io/${{ github.repository }}:${{ env.RCVERSION }}
# docker tag cheqd-node ghcr.io/${{ github.repository }}:latest
# docker push ghcr.io/${{ github.repository }}:latest
docker tag cheqd-node ghcr.io/${{ github.repository }}:latest
docker push ghcr.io/${{ github.repository }}:latest
- name: Push cheqd-cli image
run: |
docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:${{ env.RCVERSION }}
docker push ghcr.io/${{ github.repository_owner }}/cheqd-cli:${{ env.RCVERSION }}
# docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
# docker push ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
docker push ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
push-rc-debs:
name: Push RC packages
Expand Down Expand Up @@ -272,12 +272,12 @@ jobs:
run: |
docker tag cheqd-node ghcr.io/${{ github.repository }}:${{ env.VERSION }}
docker push ghcr.io/${{ github.repository }}:${{ env.VERSION }}
# docker tag cheqd-node ghcr.io/${{ github.repository }}:latest
# docker push ghcr.io/${{ github.repository }}:latest
docker tag cheqd-node ghcr.io/${{ github.repository }}:latest
docker push ghcr.io/${{ github.repository }}:latest
- name: Push cheqd-cli image
run: |
docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:${{ env.VERSION }}
docker push 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:latest
docker tag cheqd-cli ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest
docker push ghcr.io/${{ github.repository_owner }}/cheqd-cli:latest

0 comments on commit 124d61b

Please sign in to comment.