Skip to content

Commit

Permalink
reusable run provides links to run and it's ID
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Feb 29, 2024
1 parent 50d28ae commit 516fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Add version
if: ${{ inputs.run_python_version_script }}
run: python scripts/sourceversion.py > ${{ inputs.python_version_script_dest }}
run: python scripts/sourceversion.py ${{ github.server_url }}/${{ github.repository }}/actions/runs/ ${{ github.run_id }} > ${{ inputs.python_version_script_dest }}

# https://github.com/docker/setup-buildx-action
- name: Setup Docker Buildx
Expand Down

0 comments on commit 516fb1f

Please sign in to comment.