File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848jobs :
4949 build :
5050 name : Build
51- uses : coingaming/.github/.github/workflows/build.yml@v1.4.2
51+ uses : coingaming/.github/.github/workflows/build.yml@v1.4.4
5252 secrets : inherit
5353 with :
5454 mix-env : ${{ inputs.mix-env }}
6969
7070 steps :
7171 - name : Prepare repo and env
72- uses : coingaming/.github/actions/prepare@v1.4.2
72+ uses : coingaming/.github/actions/prepare@v1.4.4
7373 with :
7474 mix-env : ${{ inputs.mix-env }}
7575 cache_paths : ${{ inputs.cache_paths }}
Original file line number Diff line number Diff line change 3636jobs :
3737 build :
3838 name : Build
39- uses : coingaming/.github/.github/workflows/build.yml@v1.4.2
39+ uses : coingaming/.github/.github/workflows/build.yml@v1.4.4
4040 secrets : inherit
4141 with :
4242 mix-env : ${{ inputs.mix-env }}
5757
5858 steps :
5959 - name : Prepare repo and env
60- uses : coingaming/.github/actions/prepare@v1.4.2
60+ uses : coingaming/.github/actions/prepare@v1.4.4
6161 with :
6262 mix-env : ${{ inputs.mix-env }}
6363 cache_paths : ${{ inputs.cache_paths }}
Original file line number Diff line number Diff line change 6363jobs :
6464 build :
6565 name : Build
66- uses : coingaming/.github/.github/workflows/build.yml@v1.4.2
66+ uses : coingaming/.github/.github/workflows/build.yml@v1.4.4
6767 secrets : inherit
6868 with :
6969 mix-env : ${{ inputs.mix-env }}
@@ -86,10 +86,11 @@ jobs:
8686 HEX_API_KEY : ${{ secrets.HEX_ORGANIZATION_COINGAMING_KEY }}
8787 APP_NAME : ${{ inputs.app-name }}
8888 APP_VSN : ${{ inputs.app-vsn }}
89+ IMAGE : " "
8990
9091 steps :
9192 - name : Prepare repo and env
92- uses : coingaming/.github/actions/prepare@v1.4.2
93+ uses : coingaming/.github/actions/prepare@v1.4.4
9394 with :
9495 mix-env : ${{ inputs.mix-env }}
9596 cache_paths : ${{ inputs.cache_paths }}
Original file line number Diff line number Diff line change 3939jobs :
4040 build :
4141 name : Build
42- uses : coingaming/.github/.github/workflows/build.yml@v1.4.2
42+ uses : coingaming/.github/.github/workflows/build.yml@v1.4.4
4343 secrets : inherit
4444 with :
4545 ref : ${{ inputs.version }}
6060
6161 steps :
6262 - name : Prepare repo and env
63- uses : coingaming/.github/actions/prepare@v1.4.2
63+ uses : coingaming/.github/actions/prepare@v1.4.4
6464 with :
6565 ref : ${{ inputs.version }}
6666 mix-env : ${{ inputs.mix-env }}
Original file line number Diff line number Diff line change 3636jobs :
3737 build :
3838 name : Build
39- uses : coingaming/.github/.github/workflows/build.yml@v1.4.2
39+ uses : coingaming/.github/.github/workflows/build.yml@v1.4.4
4040 secrets : inherit
4141 with :
4242 mix-env : ${{ inputs.mix-env }}
6060
6161 steps :
6262 - name : Prepare repo and env
63- uses : coingaming/.github/actions/prepare@v1.4.2
63+ uses : coingaming/.github/actions/prepare@v1.4.4
6464 with :
6565 mix-env : ${{ inputs.mix-env }}
6666 cache_paths : ${{ inputs.cache_paths }}
Original file line number Diff line number Diff line change 3636jobs :
3737 build :
3838 name : Build
39- uses : coingaming/.github/.github/workflows/build.yml@v1.4.2
39+ uses : coingaming/.github/.github/workflows/build.yml@v1.4.4
4040 secrets : inherit
4141 with :
4242 mix-env : ${{ inputs.mix-env }}
@@ -64,11 +64,11 @@ jobs:
6464 ports :
6565 - 5432:5432
6666 localstack :
67- image : localstack/localstack
67+ image : localstack/localstack:4.14.0
6868
6969 steps :
7070 - name : Prepare repo and env
71- uses : coingaming/.github/actions/prepare@v1.4.2
71+ uses : coingaming/.github/actions/prepare@v1.4.4
7272 with :
7373 mix-env : ${{ inputs.mix-env }}
7474 cache_paths : ${{ inputs.cache_paths }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults:
88jobs :
99 build :
1010 name : Build
11- uses : . /.github/workflows/build.yml
11+ uses : coingaming/.github /.github/workflows/build.yml@v1.4.4
1212 secrets : inherit
1313
1414 code_checks :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defaults:
1212jobs :
1313 build :
1414 name : Build
15- uses : . /.github/workflows/build.yml
15+ uses : coingaming/.github /.github/workflows/build.yml@v1.4.4
1616 secrets : inherit
1717
1818 release :
You can’t perform that action at this time.
0 commit comments