Skip to content

Commit

Permalink
Merge pull request #21 from javanlacerda/javan.test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
javanlacerda authored Sep 23, 2024
2 parents 0ce5cac + 9915327 commit d410236
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 @@ -55,7 +55,7 @@ jobs:
- name: Formatted labels
id: labels
run: |
FORMATED_LABELS="FORMATED_LABELS='--image-label commit-hash=$GITHUB_SHA'"
FORMATED_LABELS="--image-label commit-hash=$GITHUB_SHA"
BRANCH_NUMBER=$(gh pr list --state all --search "sha:$GITHUB_SHA" | awk '{print $1}')
echo "Branch Number: $BRANCH_NUMBER"
Expand All @@ -64,7 +64,7 @@ jobs:
if [ -n "$BRANCH_NUMBER" ]; then
FORMATED_LABELS+=" --image-label breaking-change=true"
fi
echo $FORMATED_LABELS >> $GITHUB_OUTPUT
echo "FORMATED_LABELS='$FORMATED_LABELS'" >> $GITHUB_OUTPUT
- name: container
run: |
Expand Down

0 comments on commit d410236

Please sign in to comment.