File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: dev-documentation
33on :
44 push :
55 branches :
6- - master
6+ - refactor-pluntuml-renderer
77 workflow_dispatch :
88
99# Мы хотим чтобы deploy в ветку gh-pages
3333 fetch-depth : 0
3434
3535 - name : Docker login to private registry
36- run : docker login "${{ secrets.PS_REGISTRY_URL }}" -u admin -p "${{ secrets.PS_REGISTRY_PASSWORD }}"
36+ uses : docker/login-action@v3
37+ with :
38+ registry : ${{ secrets.PS_REGISTRY_URL }}
39+ username : admin
40+ password : ${{ secrets.PS_REGISTRY_PASSWORD }}
3741
3842 - name : Start renderer service locally
3943 run : |
4852 - name : Setup python
4953 uses : actions/setup-python@v5
5054 with :
51- python-version : 3.x
55+ python-version : 3.11
5256 cache : ' pip'
5357
5458 - name : Download mkdocs plugins
Original file line number Diff line number Diff line change 5151 fetch-depth : 0
5252
5353 - name : Docker login to private registry
54- run : docker login "${{ secrets.PS_REGISTRY_URL }}" -u admin -p "${{ secrets.PS_REGISTRY_PASSWORD }}"
54+ uses : docker/login-action@v3
55+ with :
56+ registry : ${{ secrets.PS_REGISTRY_URL }}
57+ username : admin
58+ password : ${{ secrets.PS_REGISTRY_PASSWORD }}
5559
5660 - name : Start renderer service locally
5761 run : |
6670 - name : Setup python
6771 uses : actions/setup-python@v5
6872 with :
69- python-version : 3.x
73+ python-version : 3.11
7074 cache : ' pip'
7175
7276 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments