Skip to content

Commit

Permalink
ci(api): Add step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Feb 13, 2024
1 parent 89d87c4 commit 959a213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api_build_publish_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
id: wheel
run: echo "wheel=$(ls projects/ecoindex_api/dist/*.whl)" >> $GITHUB_OUTPUT

- name: Output summary
run: |
echo "API version ${{ steps.version.outputs.api_version }}" >> $GITHUB_STEP_SUMMARY
echo "Wheel ${{ steps.wheel.outputs.wheel }}" >> $GITHUB_STEP_SUMMARY
backend_image:
name: Build and push backend image to docker hub
runs-on: ubuntu-latest
Expand Down

0 comments on commit 959a213

Please sign in to comment.