Skip to content

Commit

Permalink
CI: Fix release workflow (#2893)
Browse files Browse the repository at this point in the history
* Fix release workflow

* Fix typo
  • Loading branch information
sieniven authored Apr 15, 2024
1 parent 518c2e2 commit 29e9d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- name: Push to Docker Hub
run: |
set -e; ver=${{ env.BUILD_VERSION }}
docker tag defichain-${{ env.TARGET }}:${ver} defi/defichain:${ver} defi/defichain:latest
docker tag defichain-${{ env.TARGET }}:${ver} defi/defichain:${ver}
docker tag defichain-${{ env.TARGET }}:${ver} defi/defichain:latest
docker push defi/defichain:${ver}
docker push defi/defichain:latest

0 comments on commit 29e9d18

Please sign in to comment.