Skip to content

Commit

Permalink
try updating relase notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 11, 2023
1 parent 3e400db commit 083f467
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ jobs:
repository: centrifuge/centrifuge-chain
short-description: ${{ github.event.repository.description }}
enable-url-completion: true

- name: Update GitHub release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
with:
append_body: true
body: |
Docker Image: [`${{ steps.meta.outputs.tags[0] }}`](https://hub.docker.com/layers/centrifugeio/centrifuge-chain/${{ steps.meta.outputs.tags[0] }})
- if: failure()
name: Check available space after build failed
Expand Down

0 comments on commit 083f467

Please sign in to comment.