diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index e418a5e34..562ec0d61 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -34,7 +34,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: |