Skip to content

Commit

Permalink
fix space and debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent 0b33ef8 commit 28788c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create Image Tags
id: image-tag
run: |
python -c "print(', '.join([f'ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-{tag}' for tag in '${{ inputs.tags }}'.split(',')]))"
python -c "print(', '.join([f'ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-{tag.trim()}' for tag in '${{ inputs.tags }}'.split(',')]))" >> $GITHUB_OUTPUT
- name: Debug Image Tag
run: |
Expand Down

0 comments on commit 28788c0

Please sign in to comment.