Skip to content

Commit

Permalink
[affected][documentation]: README.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancmeneses committed Dec 19, 2024
1 parent e9b4ad7 commit b581c0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ jobs:
with:
ENABLED: ${{fromJson(needs.vars.outputs.affected).changes.app-ui}}
FORCE_BUILD: ${{ github.event.inputs.MANUAL_FORCE_BUILD == 'true' ||
fromJson(needs.vars.outputs.pragma).FORCE-BUILD == true ||
fromJson(needs.vars.outputs.pragma).APP-UI-FORCE-BUILD == true }}
fromJson(needs.vars.outputs.pragma).FORCE-BUILD == true }}
PRE_BUILD_HOOK: .github/_prebuild.app-ui.sh
DOCKER_FILE: "./app-ui/Dockerfile"
DOCKER_CONTEXT: "./app-api"
Expand Down

0 comments on commit b581c0b

Please sign in to comment.