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 5109db2 commit 7ca550f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Create Image Tags
id: image-tag
run: |
python -c "print(', '.join([f'ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-{tag.strip()}' for tag in '${{ inputs.tags }}'.split(',')]))" >> $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: |
echo "${{ steps.image-tag.outputs.stdout }}"
echo "${{ steps.image-tag.outputs.tags }}"
- name: Build image and export to Docker
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 7ca550f

Please sign in to comment.