File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
deploy-branch :
7
7
runs-on : ubuntu-latest
8
- container : tarantool/doc-builder:fat-4
8
+ container : tarantool/doc-builder:fat-4.1
9
9
env :
10
10
AWS_ACCESS_KEY_ID : ${{secrets.AWS_ACCESS_KEY_ID}}
11
11
AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
Original file line number Diff line number Diff line change 31
31
jobs :
32
32
custom-deploy-branch :
33
33
runs-on : ubuntu-latest
34
- container : tarantool/doc-builder:fat-4
34
+ container : tarantool/doc-builder:fat-4.1
35
35
env :
36
36
AWS_ACCESS_KEY_ID : ${{secrets.AWS_ACCESS_KEY_ID}}
37
37
AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
deploy :
12
12
runs-on : ubuntu-latest
13
- container : tarantool/doc-builder:fat-4
13
+ container : tarantool/doc-builder:fat-4.1
14
14
env :
15
15
AWS_ACCESS_KEY_ID : ${{secrets.AWS_ACCESS_KEY_ID}}
16
16
AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
pull-translations :
15
15
runs-on : ubuntu-latest
16
- container : tarantool/doc-builder:fat-4
16
+ container : tarantool/doc-builder:fat-4.1
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
push-translation-sources :
11
11
runs-on : ubuntu-latest
12
- container : tarantool/doc-builder:fat-4
12
+ container : tarantool/doc-builder:fat-4.1
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
47
47
token : ${{secrets.GITHUB_TOKEN}}
48
48
status : ${{job.status}}
49
49
deployment_id : ${{steps.translation.outputs.deployment_id}}
50
- env_url : https://crowdin.com/project/tarantool-docs/ru#/${{env.BRANCH_NAME}}
50
+ env_url : https://crowdin.com/project/tarantool-docs/ru#/${{env.BRANCH_NAME}}
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
update-translations :
14
14
runs-on : ubuntu-latest
15
- container : tarantool/doc-builder:fat-4
15
+ container : tarantool/doc-builder:fat-4.1
16
16
17
17
steps :
18
18
You can’t perform that action at this time.
0 commit comments