Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker workflow triggers #1646

Merged
merged 9 commits into from
Dec 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try updating relase notes
  • Loading branch information
gpmayorga committed Dec 11, 2023
commit 083f46741d4c88f7bda6bf07ba4b38854fa12973
8 changes: 8 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -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