Skip to content

Commit

Permalink
ci: fix Images availables vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Aug 27, 2024
1 parent 6ee5f71 commit 56fed71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ jobs:
This version is now accessible through various Docker images. Each image creation corresponds to a unique snapshot of this version, while updating the image corresponds to using an updated Docker image tag.
### Images availables
* `${{ env.REGISTRY_IMAGE }}:${{ needs.info.outputs.docker_tag }}`
* `${{ env.REGISTRY_IMAGE }}:${{ needs.info.outputs.project_version }}`
* \`${{ env.REGISTRY_IMAGE }}:${{ needs.info.outputs.docker_tag }}\`
* \`${{ env.REGISTRY_IMAGE }}:${{ needs.info.outputs.project_version }}\`
$EOF
gh release edit "${{ github.ref_name }}" \
--title "Release v${{ needs.info.outputs.project_version }}" \
Expand Down

0 comments on commit 56fed71

Please sign in to comment.