Skip to content

Commit

Permalink
now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmanju committed May 9, 2024
1 parent 6461bf3 commit 8758224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
IMAGES="$(find images -mindepth 1 -maxdepth 1 -type d -printf %f\\n | jq -R -s -c 'split("\n")[:-1]')"
INPUT="${{ inputs.appsToBuild }}"
echo "apps=${INPUT:-IMAGES}" >> $GITHUB_OUTPUT
echo "apps=${INPUT:-$IMAGES}" >> $GITHUB_OUTPUT
build-and-push-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8758224

Please sign in to comment.