remove ConfirmEdit and fix the naming of one of the workflow steps
All checks were successful
Docker Build / Build and Push Images (push) Successful in 32s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 32s
This commit is contained in:
parent
cd0a5c8463
commit
c20a67a06e
2 changed files with 1 additions and 5 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
registry: www.coastalcommits.com
|
registry: www.coastalcommits.com
|
||||||
username: Seaswimmer
|
username: Seaswimmer
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
- name: Build and push GalacticFactory image
|
- name: Build and push MediaWiki image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
@ -15,7 +15,3 @@ RUN git clone --depth 1 \
|
||||||
RUN git clone --depth 1 \
|
RUN git clone --depth 1 \
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CirrusSearch \
|
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CirrusSearch \
|
||||||
/var/www/html/extensions/CirrusSearch
|
/var/www/html/extensions/CirrusSearch
|
||||||
|
|
||||||
RUN git clone --depth 1 \
|
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/ConfirmEdit \
|
|
||||||
/var/www/html/extensions/ConfirmEdit
|
|
||||||
|
|
Loading…
Reference in a new issue