Skip to content

Commit

Permalink
fix: 👷 Github actions shared
Browse files Browse the repository at this point in the history
fix pipeline
BRUVRY-LAGADEC committed Nov 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9732e60 commit 76f65b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/component-security-scan.yml
Original file line number Diff line number Diff line change
@@ -27,9 +27,11 @@ jobs:
# string: ${{ inputs.image-path }}
- id: format
name: Format proper tag
env:
IMAGE_PATH: ${{ inputs.image-path }}
run: |
echo "image-tag=${GITHUB_REF_NAME/\//-}" >> $GITHUB_OUTPUT
echo "image-path=${inputs.image-path@L}" >> $GITHUB_OUTPUT
echo "image-path=${IMAGE_PATH@L}" >> $GITHUB_OUTPUT
- name: Build Docker image
uses: docker/build-push-action@v6
if: ${{ github.event_name != 'release' }}

0 comments on commit 76f65b0

Please sign in to comment.