Skip to content

Commit

Permalink
chore: set build args to github output
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Feb 15, 2025
1 parent caa392d commit eb628f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,8 @@ jobs:
shell: bash
id: build_args
run: |
if [ "${{ matrix.features }}" = "latest" ]; then
BUILD_ARGS="--features="
else
BUILD_ARGS="--features=${{ matrix.features }}"
if [ "${{ matrix.features }}" != "latest" ]; then
echo "BUILD_ARGS=--features=${{ matrix.features }}" >> $GITHUB_OUTPUT
fi
- name: Build and push
id: docker_build
Expand Down

0 comments on commit eb628f2

Please sign in to comment.