We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88ee6 commit 87fb07dCopy full SHA for 87fb07d
.github/workflows/vulnerability.yaml
@@ -82,7 +82,6 @@ jobs:
82
echo "basename=$BASENAME" >> $GITHUB_OUTPUT
83
84
- name: Build Docker image
85
- working-directory: ${{ steps.dockerfile-info.outputs.dirname }}
86
# yamllint disable rule:line-length
87
run: |
88
IMAGE_NAME="$(basename '${{ matrix.dockerfile }}' | sed 's/.Dockerfile//'):${{github.sha}}"
0 commit comments