ci: add source to docker deployment workflows

This commit is contained in:
2025-02-22 02:44:34 -07:00
parent 6a7d186270
commit 7a223449af
3 changed files with 10 additions and 4 deletions

View File

@@ -412,6 +412,7 @@ jobs:
A new version of the docker container `${{ env.IMAGE_NAME }}` has been released from Gitea. The image is available at:
- https://github.com/${{ github.repository }}/pkgs/container/${{ env.IMAGE_NAME }}
- Source: `Gitea` https://git.binaryninja.net/BinaryNinja
- Docker Image: `${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}`
- Version: `${{ env.IMAGE_VERSION }}`
- Pull URL: https://git.binaryninja.net/${{ env.IMAGE_AUTHOR }}/${{ env.IMAGE_NAME }}
@@ -652,6 +653,7 @@ jobs:
A new version of the docker container `${{ env.IMAGE_NAME }}` has been released from Gitea. The image is available at:
- https://github.com/${{ github.repository }}/pkgs/container/${{ env.IMAGE_NAME }}
- Source: `Gitea` https://git.binaryninja.net/BinaryNinja
- Docker Image: `${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}`
- Version: `${{ env.IMAGE_VERSION }}`
- Pull URL: https://git.binaryninja.net/${{ env.IMAGE_AUTHOR }}/${{ env.IMAGE_NAME }}