Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
sshh12 committed Jan 4, 2025
1 parent 75d1c08 commit cb8320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-stack-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: angular-vanilla
dockerfile: images/AngularVanillaDockerFile
input: build_angular_vanilla
if: ${{ inputs[matrix.app.input] == true }}
if: ${{ inputs[format('{0}', matrix.app.input)] == 'true' }}
name: Build ${{ matrix.app.name }} Image
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit cb8320c

Please sign in to comment.