Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <javanlacerda@google.com>
  • Loading branch information
javanlacerda committed Sep 23, 2024
1 parent 23cf5b8 commit 9915327
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 9915327

Please sign in to comment.