Skip to content

Commit

Permalink
debug tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent f319246 commit 8232941
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 @@ -23,7 +23,7 @@ jobs:
- name: Create Image Tags
id: image-tag
run: |
python -c "print('tags', ', '.join([f'ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-{tag.strip()}' for tag in '${{ inputs.tags }}'.split(',')]), sep='')" >> $GITHUB_OUTPUT
python -c "print('tags=', ', '.join([f'ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-{tag.strip()}' for tag in '${{ inputs.tags }}'.split(',')]), sep='')" >> $GITHUB_OUTPUT
- name: Debug Image Tag
run: |
Expand Down

0 comments on commit 8232941

Please sign in to comment.