Skip to content

Commit

Permalink
[GitHub Actions] Add body in job "Create GitHub Release"
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Oct 6, 2022
1 parent 5766e78 commit da609e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,15 @@ jobs:
with:
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
body: |
Docker image published:
![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/${{ env.IMAGE_NAME }}/${{ github.ref_name }}?logo=docker)
Pull it with:
```shell
docker pull ${{ env.IMAGE_NAME }}:${{ github.ref_name }}
```
draft: false
prerelease: false

0 comments on commit da609e3

Please sign in to comment.