Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Dec 16, 2023
1 parent f2dfac6 commit 96dd673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo "image=$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)" >> $GITHUB_OUTPUT;
if [[ -z "${{ github.head_ref }}" ]] && [[ "${{ github.event_name }}" == "push" ]]; then
echo "BUILD_ARGS=" >> $GITHUB_ENV;
elif [[ "${{ github.ref }}" != "main" ]]; then
elif [[ "${{ github.head_ref }}" != "main" ]]; then
echo "BUILD_ARGS=--test" >> $GITHUB_ENV;
fi
else
Expand Down

0 comments on commit 96dd673

Please sign in to comment.