Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/push-web-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ jobs:
# Then we can do something like:
# bin/launcher build --params="version=stable" --conf-dir=./samples web_only
cp ./samples/web_only.yml ./containers/web_only.yml
# TODO: Uncomment when PR 966 is merged
# allowing us to build from web-only images
# https://github.com/discourse/discourse_docker/pull/966
#echo $(grep base_image: ./templates/web.template.yml)-web-only >> ./containers/web_only.yml
echo $(grep base_image: ./templates/web.template.yml)-web-only >> ./containers/web_only.yml
sed -Ei 's/^ *+#?version:.*/ version: ${{ matrix.version }}/' ./containers/web_only.yml
sed -Ei '/^ *+- "templates\/web.template.yml"/a\ - "templates/offline-page.template.yml"' ./containers/web_only.yml
sed -Ei 's/^ *+#- "templates\/web.ssl.template.yml"/ - "templates\/web.ssl.template.yml"/' ./containers/web_only.yml
Expand Down