Skip to content

Commit 4f3d033

Browse files
fix: localstack version and local ref usage
1 parent 692be02 commit 4f3d033

8 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/code-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
jobs:
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 }}
@@ -69,7 +69,7 @@ jobs:
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 }}

.github/workflows/dialyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
jobs:
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 }}
@@ -57,7 +57,7 @@ jobs:
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 }}

.github/workflows/release-flask.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ env:
6363
jobs:
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 }}

.github/workflows/release-hex-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939
jobs:
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 }}
@@ -60,7 +60,7 @@ jobs:
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 }}

.github/workflows/release-hex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
jobs:
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 }}
@@ -60,7 +60,7 @@ jobs:
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 }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
jobs:
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 }}

workflow-templates/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults:
88
jobs:
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:

workflow-templates/release-hex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212
jobs:
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:

0 commit comments

Comments
 (0)