Skip to content

Commit

Permalink
Github actions: fix build all
Browse files Browse the repository at this point in the history
  • Loading branch information
giorio94 authored and kingmakerbot committed Sep 20, 2022
1 parent 0c0e359 commit 352238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# The optional images (i.e., user environments) are built only in case of version tags,
# and when the /deploy-staging event is dispatched with the build-all flag
[[ "${{ steps.version.outputs.version }}" != "" || \
("${{ github.event_name }}" == "repository_dispatch" && github.event.client_payload.slash_command.args.all == 'build-all') ]] && \
("${{ github.event_name }}" == "repository_dispatch" && "${{ github.event.client_payload.slash_command.args.all }}" == "build-all") ]] && \
echo "::set-output name=filter-optional-images::false" || \
echo "::set-output name=filter-optional-images::true"
Expand Down

0 comments on commit 352238f

Please sign in to comment.