Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Oliver Drechsel <kim@drechsel.xyz>
  • Loading branch information
kimdre committed Jan 13, 2024
1 parent 56a0cbc commit 476475d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-python-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
outputs:
version: ${{ steps.get-python-version.outputs.version }}
steps:
- uses: actions/checkout@v4
- name: Extract Python Version from Dockerfile
id: get-python-version
shell: bash
run: |
ls -l
echo "version=$(grep -oP '(?<=^FROM python:)[0-9.]*' debian.Dockerfile)" >> "$GITHUB_OUTPUT" || exit -1
Expand Down

0 comments on commit 476475d

Please sign in to comment.