Skip to content

Commit

Permalink
tesat
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <[email protected]>
  • Loading branch information
javanlacerda committed Sep 23, 2024
1 parent 7dbce0f commit bb78edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ jobs:
echo "Branch Number: $BRANCH_NUMBER"
# Check if a pull request number was found
if [ -n "$BRANCH_NUMBER" ]; then
if [ ! -n "$BRANCH_NUMBER" ]; then
echo "FORMATED_LABEL=--image-label breaking-change=true" >> $GITHUB_OUTPUT
else
echo "FORMATED_LABEL=" >> $GITHUB_OUTPUT
fi
echo "Formated Label: $FORMATED_LABEL"
- name: container
run: |
Expand Down

0 comments on commit bb78edf

Please sign in to comment.